Skip to content

Releases: davidvontamar/clausewitz-interpreter

v0.2.0

02 Jul 01:54
Compare
Choose a tag to compare

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

18 Apr 23:22
f7b2d4b
Compare
Choose a tag to compare

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

14 May 22:06
Compare
Choose a tag to compare

Tested and working mostly. File paths working only on Windows systems.