summaryrefslogtreecommitdiffstats
path: root/tests/assemble1.bench
Commit message (Collapse)AuthorAgeFilesLines
* * tclAssembly.c: Massive refactoring of the assemblerKevin B Kenny2010-09-251-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 Kenny2010-09-211-0/+60
Tcl bytecode language