parse division vs regexps properly
[bpt/guile.git] / module / language /
2009-02-22 Andy Wingoparse division vs regexps properly
2009-02-22 Andy Wingocompile for-in
2009-02-22 Andy Wingofix "for" compilation
2009-02-22 Andy Wingoadd scheme integration to js via `require'
2009-02-22 Andy Wingoecmascript tokens have source info
2009-02-22 Andy Wingothrow SyntaxError on bad syntax
2009-02-22 Andy Wingomore arithmetic on non-numbers
2009-02-22 Andy Wingo+ for strings, global js object, new Foo() works
2009-02-21 Andy Wingocompile ecmascript's parser. yay! instant load-time!
2009-02-21 Andy Wingobe smarter about allocating local variables, reusing...
2009-02-21 Andy Wingoimplement break and continue, work around overly recurs...
2009-02-20 Andy Wingoimplement do, while, for
2009-02-20 Andy Wingoimplement more operations
2009-02-20 Andy Wingoclean up ++ and -- a little bit
2009-02-20 Andy Wingoimplement ++, --, new, delete, void, typeof
2009-02-20 Andy Wingohandle "this" in ecmascript
2009-02-20 Andy Wingoimplement more of the standard runtime
2009-02-19 Andy Wingosupport foo["bar"] in addition to foo.bar
2009-02-19 Andy Wingoimplement object literals
2009-02-19 Andy Wingovar at toplevel works too
2009-02-19 Andy Wingoproperty gets and puts implemented, yays
2009-02-19 Andy Wingoadd array support
2009-02-19 Andy Wingofurther ecmascript work
2009-02-18 Andy Wingoadd more ecmascript compilation -- functions work now
2009-02-17 Ludovic CourtèsAdd `load-unsigned-integer' instruction.
2009-02-17 Andy Wingoworld's stupidest ecmascript compiler
2009-02-17 Andy Wingoadd ecmascript parser
2009-02-17 Andy Wingolengths written out in native endianness
2009-02-14 Andy Wingobetter alignment
2009-02-14 Andy Wingoalign programs on 8-byte boundaries
2009-02-14 Andy Wingore-enable assembly packing
2009-02-13 Andy Wingogenerate the fixed-offset accessors at compile-time
2009-02-12 Andy Wingono keyword arguments in GHIL / GLIL, just optional...
2009-02-11 Andy Wingospeed up record-case
2009-02-10 Andy Wingopropagate much more source info through compilation
2009-02-09 Andy Wingonicety in the compiler
2009-02-09 Andy Wingoallow defmacros to unquote in macros into expanded...
2009-02-09 Andy Wingominor cleanups
2009-02-02 Andy WingoName anonymous let- or letrec-bound procedures
2009-02-01 Andy Wingofix the disassembler for load-string, load-symbol et al
2009-02-01 Andy Wingoavoid 8 words of allocation per lambda, whoooo
2009-02-01 Andy Wingoadd code for writing out metadata to the end of a program
2009-02-01 Andy Wingoadd metalen field to bytecode serialization
2009-01-30 Andy Wingoremove conv.scm, disasm.scm; objcode->bytecode rename
2009-01-30 Andy Wingoadd disassembler that fits in with old compiler tower
2009-01-30 Andy Wingoadd decompilers that can take us back to assembly
2009-01-30 Andy Wingoallow specification of languages by name; add decompile...
2009-01-30 Andy Wingoremove glil->objcode path in favor of passing through...
2009-01-30 Andy Wingoadd new language between assembly and objcode: bytecode
2009-01-29 Andy Wingoremove GPKG.def files
2009-01-29 Andy Wingostatic opcodes; refactor program/objcode division;...
2009-01-18 Andy Wingoadd assembly intermediate language
2009-01-17 Andy Wingomove module and meta inside programs' object tables
2009-01-17 Andy Wingoplaceholder for meta and module in a program's object...
2009-01-15 Andy WingoMerge commit 'origin/master' into vm
2009-01-12 Andy WingoMerge branch 'master' into vm
2009-01-12 Andy Wingofix typo when compiling receive forms
2009-01-12 Andy WingoMerge commit 'origin/master' into vm
2009-01-11 Andy Wingofinish compiler.texi, woo
2009-01-11 Andy Wingorename <glil-asm> to <glil-program>
2009-01-11 Andy Wingoremove useless <glil-vars> helper type, serialize GHIL...
2009-01-09 Andy Wingorename translate.scm to compile-ghil.scm, and more...
2009-01-08 Andy Wingo(language ghil def) becomes (language ghil)
2009-01-08 Andy Wingomove lang-specific modules, e.g. (system il compile...
2008-11-14 Andy Wingonifty generic compiler infrastructure -- no more hardco...
2008-11-11 Andy Wingoadd parsers and unparser for ghil; ,language ghil works now
2008-11-10 Andy Wingoremove .cvsignore files
2008-11-01 Andy Wingomove guilec.mk to am/guilec
2008-10-31 Andy Wingofix bug in define-scheme-translator
2008-10-31 Andy Wingorework the scheme translator so it's extensible by...
2008-10-30 Andy Wingorecompiling with compile environments, fluid languages...
2008-10-25 Andy Wingoadd `compile-time-environment'
2008-10-09 Andy Wingosundries: side effects in interpreted repl, wrong-num...
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-29 Andy Wingocompile @ and @@
2008-09-28 Andy Wingoallocate variables that are set! on the heap
2008-09-26 Andy Wingoactually compile start-stack to something useful
2008-09-25 Andy Wingocompile `delay' into `make-promise' with a thunk
2008-09-25 Andy Wingoa number of small compilation fixes
2008-09-25 Andy Wingocompile call/cc, yee ha
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-14 Andy Wingolook up scheme translators by value, not by name
2008-09-13 Andy Wingorename tail-call to goto/args, add some more tail instr...
2008-09-13 Andy Wingo(define (foo ...) ...) actually gives the lambda a...
2008-09-09 Andy Wingoadd repl option to interpret rather than compile
2008-09-09 Andy Wingouse #:keywords in module/*.scm, not :keywords
2008-09-07 Andy Wingotake procedure->memoizing-macro off of probation
2008-09-07 Andy Wingoallow multiple modules in one compilation unit
2008-09-02 Andy Wingodisable start-stack in compiled code
2008-09-02 Andy Wingofix Makefile.am in module/language
2008-09-02 Andy Wingofix nested quasiquotes (yeepers)
2008-08-26 Andy Wingomerge from guile master
2008-08-25 Andy Wingomodule compilation fixen, post-integration
2008-08-03 Andy WingoAdd docstring support
2008-08-03 Andy Wingofix recording of source locations
2008-08-02 Andy Wingoonly pass symbols to module-ref & c
2008-08-02 Andy Wingomerge guile-vm to guile
next