1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-30 06:50:31 +02:00
guile/module/language
Andy Wingo e05320fa54 compile for-in
* module/language/ecmascript/base.scm (prop-keys): New method, returns
  the list of keys of props of this instance.

* module/language/ecmascript/impl.scm: Refactor the global object into a
  special kind of module object. Provide a prop-keys implementation for
  module objects.

* module/language/ecmascript/compile-ghil.scm (comp): Compile for-in.

* module/language/ecmascript/impl.scm: Reshuffly things, and implement
  make-enumerator, a helper for use in for-in statements.

* module/language/ecmascript/parse.scm (parse-ecmascript): Fix parsing of
  for (var foo in bar) {}...
2009-02-22 16:01:11 +01:00
..
assembly be smarter about allocating local variables, reusing slots if possible 2009-02-21 20:28:29 +01:00
bytecode remove conv.scm, disasm.scm; objcode->bytecode rename 2009-01-30 14:36:49 +01:00
ecmascript compile for-in 2009-02-22 16:01:11 +01:00
elisp remove .cvsignore files 2008-11-10 12:17:18 +01:00
ghil compile ecmascript's parser. yay! instant load-time! 2009-02-21 20:28:29 +01:00
glil further ecmascript work 2009-02-19 13:55:55 +01:00
objcode be smarter about allocating local variables, reusing slots if possible 2009-02-21 20:28:29 +01:00
r5rs remove GPKG.def files 2009-01-29 21:12:00 +01:00
scheme compile ecmascript's parser. yay! instant load-time! 2009-02-21 20:28:29 +01:00
value nifty generic compiler infrastructure -- no more hardcoded passes 2008-11-14 22:42:31 +01:00
assembly.scm Add `load-unsigned-integer' instruction. 2009-02-18 00:54:05 +01:00
ghil.scm be smarter about allocating local variables, reusing slots if possible 2009-02-21 20:28:29 +01:00
glil.scm be smarter about allocating local variables, reusing slots if possible 2009-02-21 20:28:29 +01:00
Makefile.am compile ecmascript's parser. yay! instant load-time! 2009-02-21 20:28:29 +01:00
objcode.scm static opcodes; refactor program/objcode division; use new assembly pipeline 2009-01-29 21:12:00 +01:00