summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* research/registers.txt: New fileP. J. McDermott2017-02-101-0/+21
* research/heap.txt: New fileP. J. McDermott2017-02-101-0/+42
* research/malloc.txt: New incomplete notesP. J. McDermott2017-02-091-0/+178
* research/arrays.txt: New fileP. J. McDermott2017-02-091-0/+100
* TODO: Drop lexer optimization noteP. J. McDermott2017-02-081-2/+0
* eshtrans/join.sh: RemoveP. J. McDermott2017-02-081-83/+0
* Revert "eshtrans/frontend: Replace printf calls with array"P. J. McDermott2017-02-081-13/+1
* eshtrans/frontend: Replace printf calls with arrayP. J. McDermott2017-02-081-1/+13
* eshtrans/join.sh: New experimental benchmarking scriptP. J. McDermott2017-02-081-0/+83
* eshtrans/split.sh: RemoveP. J. McDermott2017-02-081-48/+0
* eshtrans/frontend: Clarify awk script in run_lexer()P. J. McDermott2017-02-081-2/+3
* eshtrans/split.sh: New experimental fileP. J. McDermott2017-02-081-0/+48
* TODO: Describe possible lexer optimizationP. J. McDermott2017-02-081-0/+2
* .gitignore: Improve Vim swap file matchingP. J. McDermott2017-02-081-1/+2
* eshtrans/.gitignore: New fileP. J. McDermott2017-02-081-0/+2
* eshld/.gitignore: New fileP. J. McDermott2017-02-081-0/+1
* eshtrans/eshrt: Collapse case constructs in __fn_ctxsw()P. J. McDermott2017-02-081-22/+18
* research/ref.sh: New fileP. J. McDermott2017-02-081-0/+66
* research/oop2.sh: New fileP. J. McDermott2017-02-081-0/+54
* research/return-string-without-subshell.sh: New fileP. J. McDermott2017-02-081-0/+39
* research/oop.txt: New fileP. J. McDermott2017-02-081-0/+135
* TODO: Mention symbol table in generated codeP. J. McDermott2017-02-081-1/+1
* TODO: Another ctxsw optimization noteP. J. McDermott2017-02-081-0/+2
* TODO: Add more ctxsw optimization notesP. J. McDermott2017-02-081-3/+6
* TODO: Describe build system and bootstrappingP. J. McDermott2017-02-071-0/+5
* TODO: Describe ctxsw optimizationP. J. McDermott2017-02-071-0/+9
* TODO: New fileP. J. McDermott2017-02-071-0/+9
* eshtrans/eshrt: Fix local variable error messageP. J. McDermott2016-03-241-1/+1
* research: New arrays/OOP testing scriptP. J. McDermott2016-03-171-0/+94
* research: New "goto" testing scriptP. J. McDermott2016-03-171-0/+37
* README: Mention (lib)eshprofP. J. McDermott2016-02-291-0/+5
* README: Update description of eshrtP. J. McDermott2016-02-291-5/+7
* README: Mention parameter listsP. J. McDermott2016-02-291-0/+1
* eshtrans: Support "void" in parameter listsP. J. McDermott2016-02-285-5/+37
* eshtrans/eshrt: Fix function name in __check_args()P. J. McDermott2016-02-281-2/+2
* eshtrans: Add parameter list example programP. J. McDermott2016-02-281-0/+17
* eshtrans: Fix esh_parse() call when no -o option is givenP. J. McDermott2016-02-281-1/+3
* eshtrans/eshrt: Add __check_args()P. J. McDermott2016-02-281-0/+43
* eshtrans: Support parameter listsP. J. McDermott2016-02-284-1/+58
* eshtrans/eshrt: Re-add __frame_set() call to __fn_start()P. J. McDermott2016-02-281-0/+1
* eshtrans/eshrt: Index local variables by SP, not function nameP. J. McDermott2016-02-281-2/+2
* eshtrans/eshrt: Drop old variables and function callP. J. McDermott2016-02-281-8/+3
* eshtrans/backend: Add missing local variable declarationP. J. McDermott2016-02-281-0/+1
* eshtranseshrt: Store local vars in eval'd tableP. J. McDermott2016-02-281-4/+4
* research: Try storing local vars in eval'd arrayP. J. McDermott2016-02-281-4/+4
* research: New "local" testing scriptP. J. McDermott2016-02-281-0/+261
* eshld: Remove eshrtP. J. McDermott2016-02-282-269/+1
* eshld: Use eshrt from eshtransP. J. McDermott2016-02-281-5/+7
* eshtrans: Add eshrtP. J. McDermott2016-02-283-2/+281
* eshtrans: Fix T_STATIC and T_LOCAL recognition and codegenP. J. McDermott2016-02-282-6/+12