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 143177ed9e add scheme integration to js via `require'
* module/language/ecmascript/impl.scm: Add <js-module-object>, that wraps
  a module. Add js-require, a javascript-happy function that returns an
  object that wraps a Guile module. Bind it to `require' in the default
  environment.
2009-02-22 11:55:20 +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 add scheme integration to js via `require' 2009-02-22 11:55:20 +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