Skip to content

Releases: ali77gh/Chap

2.2.2

06 Jun 07:19
Compare
Choose a tag to compare

Full Changelog: 2.2.1...2.2.2
fix: wasm32 lib error for rustyline

2.2.1

05 Jun 16:46
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @jazz1n made their first contribution in #6

Full Changelog: 2.0.0...2.2.1

  1. lots of performance improvement
  2. lots of refactors
  3. using closures instead of function pointers for safe use of eval function
  4. some improvements on README

2.0.0

04 Nov 14:17
9f0dcd3
Compare
Choose a tag to compare
  1. Arrays
  2. fix: 'random' on WASM
  3. eval function
  4. ChapApp
  5. Piping syntax (1, 2 -> add -> toString -> print)
  6. Parentheses (1, 2 -> add), (2, 3 -> add) -> concat -> $var // 35
  7. New debugger syntax 1,2 -> add? -> $sum

1.0.1

05 Oct 14:05
Compare
Choose a tag to compare
hot-fix: println -> print