Releases: davidvontamar/clausewitz-interpreter
Releases · davidvontamar/clausewitz-interpreter
v0.2.0
This release features a major bug fix for comments that included a single }
character, which would break the interpretation. These kind of comments are very common when commenting out entire scopes. Some other API-breaking changes were done. Three new methods for finding scope members were added: FindScope
, FindBinding
, and HasToken
.
v0.1.2
Fixed a minor bug to do with file paths separator character in Linux/Unix systems and introduced ANSITerm in the CLI to reduce code bloat and provide with proper coloring on Linux/Unix terminals that support ANSI escape codes.
v0.1.1
Tested and working mostly. File paths working only on Windows systems.