guile-vm is completely self-compiling now!
[bpt/guile.git] / module / language / scheme / translate.scm
2008-05-20 Andy Wingoguile-vm is completely self-compiling now!
2008-05-19 Andy Wingofix immediate linkage, some other fixes to allow vm...
2008-05-19 Andy Wingocompile all of base/; some arbitrary changes; more...
2008-05-19 Andy Wingosyncase macros compiling!
2008-05-15 Andy Wingorudimentary syncase support; some dash symbol syncase...
2008-05-15 Andy Wingofix else in cond, letrec env corruption, syntax.scm...
2008-05-15 Andy Wingofix dumping of #:keywords
2008-05-15 Andy Wingoallow interpretation of load-toplevel as compile-toplevel
2008-05-14 Andy Wingorework eval-case handling to be like cl's eval-when
2008-05-14 Andy Wingofix macro compilation via hooking into eval-case
2008-05-14 Andy Wingo(void) -> (begin)
2008-05-14 Andy Wingoremove x.foo.bar -> (slot x 'foo 'bar) compile-time...
2008-05-11 Andy Wingofixes so that typing asdfadfasff in the repl doesn...
2008-05-11 Andy Wingoonly allow `define' at toplevel
2008-05-11 Andy Wingoremove define-private
2008-05-11 Andy Wingopmatchify a cond for prettiness
2008-05-04 Andy Wingofix errors in (language scheme translate) introduced...
2008-05-04 Andy WingoRefactor (language scheme translate) to use pmatch
2008-05-03 Andy Wingounify variant types and records; also make-foo instead...
2008-04-25 Ludovic CourtesSlowly improving support for macro compilation.
2008-04-25 Ludovic CourtesImproved macro handling; started documenting the issue.
2008-04-25 Ludovic CourtesAdded support for `defmacro' and `define-macro' in...
2008-04-25 Ludovic CourtesFixed error handling; detect and report macro expansion...
2008-04-25 Ludovic CourtesFixed a Scheme translation bug; cleaned compilation...
2001-04-22 Keisuke Nishida*** empty log message ***
2001-04-19 Keisuke Nishida*** empty log message ***
2001-04-16 Keisuke Nishida*** empty log message ***
2001-04-15 Keisuke Nishida*** empty log message ***