1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00
guile/module/language/ecmascript
Andy Wingo aec8febc46 compile ecmascript's parser. yay! instant load-time!
* module/language/ghil/compile-glil.scm (codegen): If there are more than
  255 arguments, make a list and use apply instead of calling directly.

* module/language/Makefile.am: Now we can compile parse.scm. Yay!

* module/language/scheme/compile-ghil.scm: Add a note.

* module/language/ecmascript/compile-ghil.scm: Add a note.
2009-02-21 20:28:29 +01:00
..
array.scm implement more of the standard runtime 2009-02-21 00:33:03 +01:00
base.scm implement more operations 2009-02-21 00:33:04 +01:00
compile-ghil.scm compile ecmascript's parser. yay! instant load-time! 2009-02-21 20:28:29 +01:00
function.scm implement more of the standard runtime 2009-02-21 00:33:03 +01:00
impl.scm implement do, while, for 2009-02-21 00:33:04 +01:00
parse-lalr.scm add ecmascript parser 2009-02-18 00:07:51 +01:00
parse.scm implement break and continue, work around overly recursive pmatch expansion 2009-02-21 20:28:28 +01:00
spec.scm world's stupidest ecmascript compiler 2009-02-18 00:49:21 +01:00
tokenize.scm further ecmascript work 2009-02-19 13:55:55 +01:00