summaryrefslogtreecommitdiffstats
path: root/eshtrans/backend
Commit message (Collapse)AuthorAgeFilesLines
* eshtrans/backend: Add support for static vars and functionsP. J. McDermott2016-02-222-0/+64
|
* eshtrans/backend: Generate translation unit IDP. J. McDermott2016-02-222-0/+11
|
* 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-212-0/+125
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.)