summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | This saves the list of local variables to the stack.
* 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
|
* eshtrans/backend: Implement "nostack" pragmaP. J. McDermott2016-02-281-11/+30
|
* eshtrans: Add and parse T_USEP. J. McDermott2016-02-283-3/+10
|
* eshtrans/frontend: Comment out ptrace stuffP. J. McDermott2016-02-281-111/+111
|
* eshld/eshrt: Rename static() to __static()P. J. McDermott2016-02-281-1/+1
|
* eshtrans: Make T_STATIC generate "__static"P. J. McDermott2016-02-281-1/+1
|
* Revert "Revert "eshtrans/frontend: Comment out dbg() and its calls""P. J. McDermott2016-02-281-16/+16
| | | | This reverts commit caa19db7c11ee3c53833614e66a2b8d1a0d31668.
* Merge branch 'feature/no-dd-lexer'P. J. McDermott2016-02-283-79/+104
|\
| * eshtrans/frontend: Fix lungetc()P. J. McDermott2016-02-281-2/+1
| | | | | | | | It needn't be called for non-backslash word characters.
| * eshtrans: Preserve trailing whitespace in input filesP. J. McDermott2016-02-281-3/+7
| |