compile `list' and `vector' to their associated opcodes
[bpt/guile.git] / module / language / tree-il / compile-glil.scm
2009-05-20 Andy Wingocompile `list' and `vector' to their associated opcodes
2009-05-20 Andy Wingoa few fixups
2009-05-20 Andy Wingoand, or, cond etc use syntax-rules, compile scheme...
2009-05-17 Andy Wingospecial cases for more types of known applications
2009-05-17 Andy Wingoinline calls to some primitives
2009-05-17 Andy Wingodefine `delay' in terms of make-promise
2009-05-17 Andy Wingoand now, we residualize the original names into the...
2009-05-17 Andy Wingoactually pass original ids on to tree-il data types
2009-05-15 Andy Wingotree-il -> glil compiler works now, at least in initial...
2009-05-13 Andy Wingoadd lexical analyzer and allocator
2009-05-11 Andy Wingoadd tree-il optimizer
2009-05-08 Andy Wingomore work on tree-il compilation
2009-05-07 Andy Wingonew language: tree-il. psyntax generates it when run...