summaryrefslogtreecommitdiffstats
path: root/eshtrans/backend/codegen.esh
Commit message (Collapse)AuthorAgeFilesLines
* eshtrans/backend: Add support for static vars and functionsP. J. McDermott2016-02-221-0/+63
|
* eshtrans/backend: Generate translation unit IDP. J. McDermott2016-02-221-0/+10
|
* eshtrans/frontend: Handle T_IO_NUMBERsP. J. McDermott2016-02-211-0/+13
| | | | Also fix a couple bugs in accept().
* eshtrans/backend: Don't add a space after "("P. J. McDermott2016-02-211-1/+5
|
* Copy everything into a new eshtrans/ directoryP. J. McDermott2016-02-211-0/+94
Split out and rename functions and variables where appropriate. Also add license headers. (The old scripts under parsing/ can be used under the same license.)