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 a3e34104db ecmascript tokens have source info
* module/language/ecmascript/tokenize.scm: Attach source information to
  tokens. We have to enhance the lalr parser to actually let this
  information propagate through, though...
2009-02-22 11:37:55 +01:00
..
array.scm + for strings, global js object, new Foo() works 2009-02-22 10:51:49 +01:00
base.scm + for strings, global js object, new Foo() works 2009-02-22 10:51:49 +01:00
compile-ghil.scm more arithmetic on non-numbers 2009-02-22 11:06:13 +01:00
function.scm + for strings, global js object, new Foo() works 2009-02-22 10:51:49 +01:00
impl.scm more arithmetic on non-numbers 2009-02-22 11:06:13 +01:00
parse-lalr.scm add ecmascript parser 2009-02-18 00:07:51 +01:00
parse.scm throw SyntaxError on bad syntax 2009-02-22 11:20:15 +01:00
spec.scm world's stupidest ecmascript compiler 2009-02-18 00:49:21 +01:00
tokenize.scm ecmascript tokens have source info 2009-02-22 11:37:55 +01:00