summaryrefslogtreecommitdiff
path: root/module/language/scheme/compile-ghil.scm
AgeCommit message (Expand)AuthorFilesLines
2009-10-16remove GHIL, Elisp, and R5RS languagesAndy Wingo1-494/+0
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-14/+13
2009-05-20remove compile-time-environmentAndy Wingo1-10/+0
2009-05-08more work on tree-il compilationAndy Wingo1-2/+0
2009-05-07new language: tree-il. psyntax generates it when run in compile mode.Andy Wingo1-2/+2
2009-05-04sc-expand in compile mode produces (ice-9 expand-support) structuresAndy Wingo1-1/+3
2009-05-04replace sc-expand with sc-expand3, removing binding for sc-expand3Andy Wingo1-1/+1
2009-04-24fix @ and syncaseAndy Wingo1-3/+0
2009-04-24it is alive!!!!! + concision + fix to compile-ghilAndy Wingo1-24/+9
2009-04-17hygienic compilationAndy Wingo1-6/+14
2009-04-17more work on modules and hygiene, not finished yet, alas.Andy Wingo1-5/+3
2009-04-17serialize module information into syncase's output -- getting ready for hygieneAndy Wingo1-1/+3
2009-04-16support expression-by-expression compilationAndy Wingo1-9/+9
2009-04-16compilation passes return third value: the continuation environmentAndy Wingo1-5/+10
2009-03-06Replace eval-case with eval-whenAndy Wingo1-30/+7
2009-02-27use -> macro in scheme->ghil compilerAndy Wingo1-41/+46
2009-02-21compile ecmascript's parser. yay! instant load-time!Andy Wingo1-0/+2
2009-02-21be smarter about allocating local variables, reusing slots if possibleAndy Wingo1-9/+9
2009-02-14generate the fixed-offset accessors at compile-timeAndy Wingo1-2/+3
2009-02-13no keyword arguments in GHIL / GLIL, just optional args -- faster compilesAndy Wingo1-3/+3
2009-02-10propagate much more source info through compilationAndy Wingo1-5/+7
2009-02-09nicety in the compilerAndy Wingo1-3/+2
2009-02-09allow defmacros to unquote in macros into expanded expressionsAndy Wingo1-6/+11
2009-02-09minor cleanupsAndy Wingo1-5/+5
2009-02-02Name anonymous let- or letrec-bound proceduresAndy Wingo1-2/+7
2009-01-09rename translate.scm to compile-ghil.scm, and more work on compiler.texiAndy Wingo1-0/+514