syndicate-2017/js/compiler
Tony Garnock-Jones 9644aa3ad1 Fixes to code-generation in Syndicate/js compiler.
1. Repair .buildSubscription(mode) so it doesn't delete spaces in
   unchanged ES5 code.
2. Avoid ',' between successive translated clauses in a
   FacetStateTransitionBlock.
2016-07-11 12:02:40 -04:00
..
README.md Split out compiler to separate syndicatec command 2016-03-19 13:01:14 -04:00
compiler.js Fixes to code-generation in Syndicate/js compiler. 2016-07-11 12:02:40 -04:00
demo-bankaccount.js Use "message type" in demo-*.js 2016-05-11 21:05:40 -04:00
demo-during-criterion-snapshotting.js Compute `retracted` pattern just once during `during`. Avoids mutation-related bug. 2016-06-11 06:59:59 -04:00
demo-filesystem.js Use "message type" in demo-*.js 2016-05-11 21:05:40 -04:00
demo-proper-interest-tracking.js Cosmetic 2016-05-18 16:52:06 -04:00
es5.js Fixes to code-generation in Syndicate/js compiler. 2016-07-11 12:02:40 -04:00
es5.ohm Improve error reporting by removing Statement rule description; correct typo 2016-05-27 18:45:32 -04:00
inbrowser.js Run in-browser translated code in the same context as precompiled code. 2016-06-11 07:01:30 -04:00
syndicate.ohm Allow function declarations 2016-06-05 16:01:24 -04:00

README.md

Syndicate/js compiler

Translates ES5 + Syndicate extensions to plain ES5 using Ohm.