summaryrefslogtreecommitdiff
path: root/module/language/bytecode/spec.scm
Commit message (Expand)AuthorAgeFilesLines
* intern arbitrary constants...Robin Templeton2020-04-041-1/+2
* Rename "RTL" to "bytecode"...Andy Wingo2013-12-021-0/+42
* Remove bytecode language....Andy Wingo2013-11-081-40/+0
* Merge remote-tracking branch 'origin/stable-2.0'...Andy Wingo2013-01-311-1/+2
|\
| * Add 'for-humans?' flag to <language> specifications....Mark H Weaver2013-01-271-1/+2
* | instead of our custom .go format, use elf...Andy Wingo2012-06-221-3/+4
|/
* remove `version' field from <language>...Andy Wingo2010-05-021-2/+1
* language-readers receive environment as an arg...Andy Wingo2009-10-161-2/+2
* Change Guile license to LGPLv3+...Neil Jerram2009-06-171-14/+13
* compilation passes return third value: the continuation environment...Andy Wingo2009-04-161-1/+1
* remove conv.scm, disasm.scm; objcode->bytecode rename...Andy Wingo2009-01-301-1/+1
* add decompilers that can take us back to assembly...Andy Wingo2009-01-301-0/+4
* allow specification of languages by name; add decompilers to languages...Andy Wingo2009-01-301-2/+1
* add new language between assembly and objcode: bytecode...Andy Wingo2009-01-301-0/+37