zot / Leisure

Polyglot, document-based computing environment. Leisure is very much in flux, right now; please check the readme, below. For a taste of the new version, click the link below, but be warned that it only works in Chrome.
http://zot.github.io/Leisure/?load=elisp/README.org
Other
114 stars 8 forks source link

New Core that supports Let, Parsing in Leisure, and Lua #73

Closed zot closed 11 years ago

zot commented 11 years ago

New core so that most of the system can be in Leisure itself.

Supports the new "let" and "anno" AST nodes

Allows easier porting to Lua

zot commented 11 years ago

Core is mostly working.

Need to get a simple parser in CoffeeScript to bootstrap a Leisure version, then rewrite the parser in Leisure and generate AST files.

Need to write CoffeeScript and Lua loaders to read AST files.

zot commented 11 years ago

Core seems to work now