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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
a5a4c575a2c8 Add some ignore rules for hg
William Astle <lost@l-w.ca>
parents:
diff changeset
1 syntax: glob
a5a4c575a2c8 Add some ignore rules for hg
William Astle <lost@l-w.ca>
parents:
diff changeset
2 *~
a5a4c575a2c8 Add some ignore rules for hg
William Astle <lost@l-w.ca>
parents:
diff changeset
3 *.rom
a5a4c575a2c8 Add some ignore rules for hg
William Astle <lost@l-w.ca>
parents:
diff changeset
4 *.zip
a5a4c575a2c8 Add some ignore rules for hg
William Astle <lost@l-w.ca>
parents:
diff changeset
5 cfg
a5a4c575a2c8 Add some ignore rules for hg
William Astle <lost@l-w.ca>
parents:
diff changeset
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