Releases: ange-yaghi/piranha
Releases · ange-yaghi/piranha
v0.0.11a
- Added the "this" pointer
- Fixed numerous bugs and memory leaks
v0.0.10a
- Fixed a bug when releasing programs that contain unary operators
v0.0.9a
- Fixed most memory leaks and added methods to free memory for compiler and program objects
v0.0.8a
- Minor bugfix where some runtime errors were not caught
v0.0.7a
Changes
- Fixed an issue with node connections being lost during optimization
v0.0.6a
Enhancements
- Framework for node-graph optimizations
v0.0.5a
Enhancements
- A user can now see what the root unit of the build was
v0.0.4a - Bugfix
Bugfixes
- Fixed an issue where string literals with escape characters were not being parsed
v0.0.3a - Runtime Errors
Features added:
- Support for throwing runtime errors
- Both debug and release versions available now
v0.0.2a - Development Release
- More consistent support for literals
- Added ChannelNode