1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 04:40:29 +02:00
guile/module/language
Andy Wingo cdad2166e7 support foo["bar"] in addition to foo.bar
* module/language/ecmascript/parse.scm (parse-ecmascript): And update the
  function declaration forms for the new var syntax.

* module/language/ecmascript/compile-ghil.scm (comp): Support foo["bar"]
  in addition to foo.bar.

* module/language/ecmascript/impl.scm (pget, pput): Some fixes for when
  we get non-symbols -- it can happen, yo. I suppose we should allow for
  non-string keys too..
2009-02-19 17:25:52 +01:00
..
assembly Add `load-unsigned-integer' instruction. 2009-02-18 00:54:05 +01:00
bytecode remove conv.scm, disasm.scm; objcode->bytecode rename 2009-01-30 14:36:49 +01:00
ecmascript support foo["bar"] in addition to foo.bar 2009-02-19 17:25:52 +01:00
elisp remove .cvsignore files 2008-11-10 12:17:18 +01:00
ghil further ecmascript work 2009-02-19 13:55:55 +01:00
glil further ecmascript work 2009-02-19 13:55:55 +01:00
objcode add disassembler that fits in with old compiler tower 2009-01-30 14:12:57 +01:00
r5rs remove GPKG.def files 2009-01-29 21:12:00 +01:00
scheme generate the fixed-offset accessors at compile-time 2009-02-14 00:24:32 +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 no keyword arguments in GHIL / GLIL, just optional args -- faster compiles 2009-02-13 00:01:47 +01:00
glil.scm propagate much more source info through compilation 2009-02-10 11:53:23 +01:00
Makefile.am further ecmascript work 2009-02-19 13:55:55 +01:00
objcode.scm static opcodes; refactor program/objcode division; use new assembly pipeline 2009-01-29 21:12:00 +01:00