Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * tclAssembly.c: Massive refactoring of the assembler | Kevin B Kenny | 2010-09-25 | 1 | -44/+69 |
| | | | | | | | | | * tclAssembly.h: to use a Tcl-like syntax (and use * tests/assemble.test: Tcl_ParseCommand to parse it). The * tests/assemble1.bench: refactoring also ensures that Tcl_Tokens in the assembler have string ranges inside the source code, which allows for [eval] and [expr] assembler directives that simply call TclCompileScript and TclCompileExpr recursively. | ||||
* | initial commit of Ozgur Dogan Ugurlu's (SF user:dogeen) assembler for the ↵ | Kevin B Kenny | 2010-09-21 | 1 | -0/+60 |
Tcl bytecode language |