Skip to content

Releases: calcit-lang/calx-vm

try jemalloc; update docs #17

22 Jan 17:09
Compare
Choose a tag to compare

refactor to add syntax layer; add `if` instruction

21 Jan 17:37
Compare
Choose a tag to compare

#16

details and docs not added yet. Extra CalxSyntax added for syntax tree, which makes CalxInstr a bit lighter, which is better for future optimizations. Introduced new command called if as in wasm.

upgrade deps; update clap #14

06 Jan 19:04
Compare
Choose a tag to compare
0.1.5

upgrade deps; update clap; tag 0.1.5

value passing; local variable naming #12

19 Jul 13:20
Compare
Choose a tag to compare
0.1.4

extra stack check for block; tag 0.1.4

initial support for generating binary and evaluating from binary #11

18 Jul 08:56
66b1f6c
Compare
Choose a tag to compare
Merge pull request #11 from calcit-lang/binary

initial support for generating binary and evaluating from binary

upgrade parser; add some tests

19 Sep 06:16
Compare
Choose a tag to compare
0.1.2

upgrade parser; add some tests; bump 0.1.2

add preprocess phase #6; try stupid nested expression #7

18 Sep 20:05
Compare
Choose a tag to compare
0.1.1

try stupid nested expression; bump 0.1.1

Initial release

17 Sep 19:49
Compare
Choose a tag to compare
0.1.0

parse CLI args