Commit Graph

17 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 44c1d425b3 Switch to Preserves for Record and Bytes 2018-11-15 23:24:58 +00:00
Tony Garnock-Jones ff7d235120 Remove __ and _$ in favour of plain structs Discard() and Capture(_), respectively 2018-11-13 14:08:10 +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 ecf80bdb7d Properly treat MemberExpressions in patterns 2018-11-05 13:57:05 +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 4a6d3a110a Propagate actor name in a during...spawn 2018-11-03 22:29:06 +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 dd37dd9d4c var -> const 2018-11-03 15:54:15 +00:00
Tony Garnock-Jones a0c6b54d55 Override babel module loading more generally, to ensure proper state is picked up for the Syndicate extensions 2018-11-03 15:54:05 +00:00
Tony Garnock-Jones 756464f453 Repair during and during/spawn implementations 2018-11-02 22:50:33 +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