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

Infix operators #31

Closed zot closed 11 years ago

zot commented 12 years ago

I don't think people will accept having to write + 3 4 instead of 3 + 4. :(

1) first pass parse into cons-list 2) run active parse filters (use monad to activate a filter for the current file) 3) run macros

zot commented 12 years ago

New parser system is in place -- need to define an infix filter, now.