Mercurial > hg > index.cgi
annotate .hgignore @ 126:ac183a519439
Update parsing scheme with a keyword lookup by token value and other framework
Add ability to turn a token code into a keyword string. Also correct some
details related to token table generation with some additiona adjustments
for token symbols.
Also rework token symbol definitions and creation of some parsing tables as
well as the main statement parsing loop.
author | William Astle <lost@l-w.ca> |
---|---|
date | Mon, 08 Jan 2024 22:58:08 -0700 |
parents | 5660ce96a9b7 |
children |
rev | line source |
---|---|
1 | 1 syntax: glob |
2 *~ | |
3 *.rom | |
4 *.zip | |
5 cfg | |
6 *.list | |
122
5660ce96a9b7
Add some additional generated files to ignore list
William Astle <lost@l-w.ca>
parents:
1
diff
changeset
|
7 src/buildkeywordtab |
5660ce96a9b7
Add some additional generated files to ignore list
William Astle <lost@l-w.ca>
parents:
1
diff
changeset
|
8 src/keywordtab.s |