v0.1.0
Pre-release
Pre-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.