Commit Graph

14 Commits

Author SHA1 Message Date
2ac0304d3e Rename Aqua to AIR, move AVM from FCE (#99) 2021-05-10 14:25:34 +03:00
0ddc44bf52 Npm package (#98)
This commit migrates wasm wrapper from JS SDK into the air interpreter package.

Changes include:

* Adding directory for npm package
* Setting up typescript build pipeline
* Renaming package to air-interpreter
* Fixing CI pipelines to support the new build process
* Fixing issue with memory access violation in wasm wrapper
2021-05-05 15:43:50 +03:00
vms
2a408d4ee4 make match work with init_peer_id (#96) 2021-04-29 18:26:13 +03:00
vms
45fc92ae3d Use $ to identify streams instead of [] (#79) 2021-03-26 17:13:28 +03:00
vms
9bdd2e3501 Make match work with booleans and numbers (#80) 2021-03-25 16:11:32 +03:00
vms
0b2bfe1b84 Make match mismatch joinable (#77) 2021-03-24 10:00:07 +03:00
vms
52af952dfd Basic validator for variables (#76) 2021-03-19 19:15:41 +03:00
vms
8a48212d7c move to the original lalrpop parser (#73) 2021-03-05 16:59:35 +03:00
vms
13f93a0f88 Improve flattening (#69) 2021-02-18 17:30:14 +03:00
vms
c6d8a458da Support numbers and booleans (#64) 2021-02-16 09:45:33 +03:00
vms
05499a6bc1 Introduce %last_error% (#63) 2021-02-11 15:39:37 +03:00
vms
709b5e0a52 Introduce mismatch (#62) 2021-02-01 18:53:00 +03:00
vms
7cc248439e Introduce the match instruction (#60) 2021-01-27 00:37:58 +03:00
vms
f523f27705 Introduce custom lexer (#59) 2021-01-22 18:54:05 +03:00