1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00
guile/module/language/ecmascript
Andy Wingo 3bef3ae428 implement do, while, for
* module/language/ecmascript/compile-ghil.scm (comp): Use ghil-bind when
  making temp vars, so that disassembly understands things. Implement do,
  while, and for.

* module/language/ecmascript/parse.scm (parse-ecmascript): Some tweaks.

* module/language/ecmascript/impl.scm (language): Export ->boolean.
2009-02-21 00:33:04 +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 implement do, while, for 2009-02-21 00:33:04 +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
parse.scm implement do, while, for 2009-02-21 00:33:04 +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