Skip to content

v0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@seaboy1234 seaboy1234 released this 07 Jun 21:00
· 52 commits to master since this release
  • Added support to generate D code at compile-time.
  • Added parse directives.
    • //#module=[module name]; at the top of the file sets the name of the module.
    • //#typeid=[number]; sets the type id counter. This will break hash-equivalence.
    • Why //#? Formatting parse directives as special comments allows this parser to maintain parse-equivalence with Astron and the Panda3D dc parsers.
  • Improved parser.
  • Improved property generation.