Commit Graph

61 Commits

Author SHA1 Message Date
vms
fcdca0af73
Fix bug in merging; add dashboard test (#36) 2020-12-07 20:28:26 +03:00
folex
42d2b825e4
Add function to return AST as json (#35) 2020-12-02 18:47:14 +03:00
vms
221743ecc2
obtain log level from env, use trace as a default (#34) 2020-11-25 17:10:30 +03:00
vms
48519be208
Introduce shadowing variables in fold (#33) 2020-11-24 16:44:15 +03:00
folex
dde12e2a40
Comments: ignore everything after a semicolon (#30) 2020-11-24 12:40:54 +03:00
vms
c2d81749fe
use log::{trace, debug} instead of log::info for logging (#31) 2020-11-23 21:04:35 +03:00
folex
605c5dda18
Automatically build aquamarine.wasm & publish to NPM as base64 (#29) 2020-11-17 12:02:43 +03:00
vms
0c7d066666
Update readme (#28) 2020-11-12 18:25:34 +03:00
folex
d688a21f69
Add more images to readme (#27) 2020-11-12 18:04:36 +03:00
folex
1a54b8508c
Release aquamarine.wasm automatically (#26) 2020-11-12 15:30:39 +03:00
folex
b4e37cb410 change CNAME 2020-11-12 13:30:53 +03:00
vms
5a2e9a51e4
release 0.1.3 (#25) 2020-11-11 14:43:26 +03:00
vms
0d42ff7fc2
Add support for %init_peer_id% (#24) 2020-11-11 14:31:53 +03:00
folex
186eeb204c
Make iterator in fold resolvable (#23) 2020-11-10 17:30:49 +03:00
folex
60dbd1ee7c Return CNAME 2020-11-10 14:48:40 +03:00
folex
3edfb939ac remove CNAME 2020-11-10 14:47:37 +03:00
folex
cce3603cca Generate index.html for rustdocs 2020-11-10 14:42:10 +03:00
folex
f7333d3849 Set CNAME for GH page 2020-11-10 14:31:43 +03:00
folex
f2f46be8af Remove CNAME from GH page 2020-11-10 14:17:35 +03:00
folex
b0d706503a
Fix rustdoc deployment to GitHub Pages (#22) 2020-11-10 13:56:52 +03:00
folex
67f3a88f72
Add rustdoc deployment to github pages (#21) 2020-11-09 15:18:13 +03:00
folex
f9924bcfb3
Optional call output (#20) 2020-11-09 14:44:04 +03:00
folex
cfd5aa7c40
Add benchmarks for parser cloning & rc cloning (#17) 2020-11-09 14:20:01 +03:00
vms
7cdac944c3
Treat empty string as empty call evidence path (#18) 2020-11-09 14:07:40 +03:00
vms
bcb0f18e9e
Fix Par state serialization in xor with inner par (#19) 2020-11-09 13:37:52 +03:00
folex
19ff54e66e
Parser benchmarks (#16) 2020-11-05 16:50:09 +03:00
folex
e4fd7a505c
Better square braces parsing (#15) 2020-11-05 15:13:11 +03:00
folex
265ff8ac88
Update readme (#14) 2020-11-05 15:01:27 +03:00
folex
1786ab8f4b
LALRPOP parser for AIR (#13) 2020-11-03 17:43:58 +03:00
vms
12398697f2 add bencher 2020-11-01 17:23:27 +03:00
vms
f67b3bc079 move to the new FCE version 2020-11-01 10:30:24 +03:00
vms
fbca76444b
New data format (#12) 2020-10-30 20:29:05 +03:00
vms
a9ad93f64d
Introduce join behaviour (#11) 2020-10-23 12:41:58 +03:00
vms
1db6788382
Merge previous data with current (#10) 2020-10-16 12:47:46 +03:00
vms
4038d098e0
Call evidence (#9) 2020-10-15 17:31:56 +03:00
vms
bdc10fc4e6
Allow using variables as parameters of call (#7) 2020-10-09 10:04:59 +03:00
vms
e107d8e716
introduce xor (#8) 2020-10-09 09:52:36 +03:00
Dima
b1b875db53
add hack with get_current_id (#6) 2020-10-08 14:27:59 +03:00
vms
6e754f023f
Introduce Seq, Par, Fold instructions (#5) 2020-10-08 12:43:23 +03:00
vms
8cec0163b1
Merge pull request #3 from fluencelabs/improved_call
Request-response stepper
2020-09-30 22:30:44 +03:00
vms
20d46805da change color scheme to lisp 2020-09-30 22:28:56 +03:00
vms
ffc347d247 update readme 2020-09-30 22:24:30 +03:00
vms
f430cb81d0 replace args with result 2020-09-30 22:18:44 +03:00
vms
86c691bd4a little fixes 2020-09-30 22:15:30 +03:00
vms
4100c986c7 improve json path handling 2020-09-30 21:34:02 +03:00
vms
d5527b75a4 the first prototype of request-response stepper 2020-09-30 20:23:32 +03:00
vms
09750d1060 handling errors on intrustion execution and data parsing 2020-09-30 15:00:43 +03:00
vms
94e8351294 add error handling 2020-09-30 13:11:27 +03:00
vms
263385bc5b little module rearrange 2020-09-30 12:39:00 +03:00
vms
030a4c9069 rename main to fce, lib to wasm_bindgen 2020-09-30 11:58:53 +03:00