1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 13:00:26 +02:00
guile/module/language/ecmascript
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
..
compile-ghil.scm support foo["bar"] in addition to foo.bar 2009-02-19 17:25:52 +01:00
impl.scm support foo["bar"] in addition to foo.bar 2009-02-19 17:25:52 +01:00
parse-lalr.scm add ecmascript parser 2009-02-18 00:07:51 +01:00
parse.scm support foo["bar"] in addition to foo.bar 2009-02-19 17:25:52 +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