add parsers and unparser for ghil; ,language ghil works now
[bpt/guile.git] / module / system / il / ghil.scm
2008-11-11 Andy Wingoadd parsers and unparser for ghil; ,language ghil works now
2008-10-30 Andy Wingorecompiling with compile environments, fluid languages...
2008-10-25 Andy Wingoadd `compile-time-environment'
2008-10-25 Andy Wingodefine-type no longer expects `|' subform
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-29 Andy Wingocompile @ and @@
2008-09-29 Andy Wingocall toplevel variables "toplevel", not "module"
2008-09-29 Andy Wingoremove `type' and `value' fields from <ghil-var>
2008-09-28 Andy Wingoallocate variables that are set! on the heap
2008-09-18 Andy Wingolambda-lifting for (lambda () ...) as consumer of call...
2008-09-15 Andy Wingocompile call-with-values, woot!
2008-09-14 Andy Wingoadd special case for (apply values ...)
2008-09-14 Andy Wingoadd multiple values support to the vm
2008-09-09 Andy Wingorework late binding resolution to be simpler and more...
2008-09-09 Andy Wingouse #:keywords in module/*.scm, not :keywords
2008-09-07 Andy Wingoallow multiple modules in one compilation unit
2008-08-26 Andy Wingomerge from guile master
2008-08-03 Andy WingoAdd docstring support
2008-08-02 Andy Wingomerge guile-vm to guile
2008-05-25 Andy Wingoenable inlining; speed!
2008-05-19 Andy Wingobind all module-level variables lazily
2008-05-19 Andy WingoAdd instructions for doing very late binding
2008-05-19 Andy Wingocompile all of base/; some arbitrary changes; more...
2008-05-15 Andy Wingofix else in cond, letrec env corruption, syntax.scm...
2008-05-15 Andy Wingo`link' instruction links to symbols by module
2008-05-15 Andy Wingopush the module resolution info for variables down...
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 Wingoexplicitly list exports instead of using define-public
2008-05-11 Andy Wingo<foo>? -> foo?; some exports cleanups
2008-05-04 Andy WingoReplace ice-9 match's structures with guile's records
2008-05-04 Andy WingoDedottify some more
2008-05-04 Andy Wingoprocedures-with-setters, debitrot `optimize', dedottifi...
2008-05-04 Andy WingoDefine named accessors for legacy record types
2008-05-03 Andy Wingomore pmatchification
2008-05-03 Andy Wingounify variant types and records; also make-foo instead...
2001-04-22 Keisuke Nishida*** empty log message ***
2001-04-15 Keisuke Nishida*** empty log message ***
2001-04-11 Keisuke Nishida*** empty log message ***
2001-04-07 Keisuke Nishida*** empty log message ***
2001-04-07 Keisuke Nishida*** empty log message ***
2001-04-07 Keisuke Nishida*** empty log message ***
2001-04-05 Keisuke Nishida*** empty log message ***
2001-04-04 Keisuke NishidaBetter current module system support.
2001-04-01 Keisuke NishidaNew VM.