Releases: seaboy1234/bamboo-d
Releases · seaboy1234/bamboo-d
v0.5.0
This release brings the library closer to a stable release. Most notably, it can be compiled as an application and used to pre-generate dc modules.
v0.4.0
General stability improvements.
v0.3.0
Place FieldId attributes on getters, as well.
v0.2.0
The parser is now generated before compiling.
v0.1.0
- 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.
v0.0.4
Improve codegen.
v0.0.3
Improves codegen abilities.
v0.0.2
This version adds rudimentary code generation capabilities.
v0.0.1
Initial Release.