1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

Add baseline compiler

* module/language/tree-il/compile-bytecode.scm: New file.
* module/Makefile.am (SOURCES):
* am/bootstrap.am (SOURCES): Add new file.
This commit is contained in:
Andy Wingo 2020-05-04 15:09:18 +02:00
parent 564f700771
commit 121ab14439
3 changed files with 1359 additions and 0 deletions

View file

@ -61,6 +61,7 @@ SOURCES = \
\
language/tree-il.scm \
language/tree-il/analyze.scm \
language/tree-il/compile-bytecode.scm \
language/tree-il/compile-cps.scm \
language/tree-il/cps-primitives.scm \
language/tree-il/debug.scm \