Commit Graph

10 Commits

Author SHA1 Message Date
Tony Garnock-Jones baa40f5699 Change send syntax from `^ ...` to `send ...`. 2018-11-16 11:17:59 +00:00
Tony Garnock-Jones 72e1653aa6 First stab at cross-dataspace relaying; does not yet handle adhoc assertions 2018-11-11 14:00:02 +00:00
Tony Garnock-Jones 43b5987e8b spawn :let ID = INIT :let ID = INIT ... { ... } 2018-11-05 17:48:26 +00:00
Tony Garnock-Jones 6f929e4330 Avoid this-scoping problem with spawn by having body be a FunctionExpression 2018-11-05 16:47:45 +00:00
Tony Garnock-Jones fa2ee1915d Attempt to introduce scopes for 'on ...' and 'during', so that pattern variables are bound. 2018-11-05 13:57:31 +00:00
Tony Garnock-Jones 7dd2effe96 Syntax for snapshot assertions 2018-11-05 11:20:41 +00:00
Tony Garnock-Jones a1d57e61f1 Syntax support for initial assertions on spawn 2018-11-04 19:54:10 +00:00
Tony Garnock-Jones 264df78e4d Change message send syntax from prefix "<<" to prefix "^" 2018-11-03 22:26:52 +00:00
Tony Garnock-Jones 8f7907fa3e during, during/spawn and react; not quite working yet 2018-11-02 17:08:48 +00:00
Tony Garnock-Jones 9c420031c6 Prepare for monorepo 2018-11-02 10:44:10 +00:00
Renamed from src/parser.js (Browse further)