mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +02:00
* module/Makefile.am (ECMASCRIPT_LANG_SOURCES): * module/language/ecmascript/compile-ghil.scm: * module/language/ecmascript/compile-tree-il.scm: SOURCES): Replace the GHIL compiler with a ->tree-il compiler. Not fully functional, but the basics work. * module/language/ecmascript/spec.scm: Only include the tree-il compiler. * module/language/ecmascript/tokenize.scm (read-punctuation): Avoid mutating a constant. |
||
---|---|---|
.. | ||
array.scm | ||
base.scm | ||
compile-tree-il.scm | ||
function.scm | ||
impl.scm | ||
parse-lalr.scm | ||
parse.scm | ||
spec.scm | ||
tokenize.scm |