Skip to content

v0.4.0 stable

Latest
Compare
Choose a tag to compare
@rootCircle rootCircle released this 23 Apr 20:40
· 2 commits to main since this release
ea8b01f

Release Notes

announcement

start on work on llm based clex suggestion, check progess at cpast_llm.

lib

  1. Breaking changes
  2. AST is reformatted to support new specifications found at clex.specs.md
  3. Error Handling done neater
  4. Bugfix: Fix panic if length of string in StringModifier is negative
  5. Refactored clex_language
  6. Support for newline using String using S[1,'n'].

cli

  1. Colorized output for nicer bifurcations and beauty.

docs

  1. Documented AST and other component sematics
  2. FAQs to know more about the language. (Available in docs/)
  3. More examples

performance

  1. Runner is now faster than ever.
  2. Multithread test checking support, allowing user to test hundreds of thousands of seconds in seconds.

Full Changelog: v0.3.3...v0.4.0