summaryrefslogtreecommitdiff
path: root/src/loadfinal.cc
Commit message (Collapse)AuthorAgeFilesLines
* testing a token redeftoken-redefAdrian Thurston2020-06-211-2/+28
|
* renamed DefList and LelDefList to the more accurate ProdList, LelProdListAdrian Thurston2020-04-121-8/+8
|
* first cut of a redefine statementAdrian Thurston2020-04-121-18/+53
| | | | | | | | Redefine happens during declaration. The existing langEl is removed from the map and a newly-declared lel replaces it. If the new list of productions references [...] the productions from the previous lel are moved into the new one, in its place. A copy would be preferrable, as move may require some fixup, but move gives an initial functional implementation. refs #112
* moved source files into commit repositoryAdrian Thurston2020-03-141-0/+2978