1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-12 14:50:19 +02:00
guile/module/language/tree-il
Andy Wingo 073bb617eb add lexical analyzer and allocator
* module/language/tree-il/optimize.scm: Rework to just export the
  optimize! procedure.

* module/language/tree-il/compile-glil.scm (analyze-lexicals): New
  function, analyzes and allocates lexical variables. Almost ready to
  compile now.
  (codegen): Dedent.
2009-05-14 00:11:54 +02:00
..
compile-glil.scm add lexical analyzer and allocator 2009-05-14 00:11:54 +02:00
inline.scm add primitive expander for tree-il 2009-05-12 22:29:34 +02:00
optimize.scm add lexical analyzer and allocator 2009-05-14 00:11:54 +02:00
spec.scm more work on tree-il compilation 2009-05-08 12:56:18 +02:00