source: git/ppcc/src/script/enumnames.tcl @ 54b24c

spielwiese
Last change on this file since 54b24c was 54b24c, checked in by Reimer Behrends <behrends@…>, 5 years ago
Finalizing thread support.
  • Property mode set to 100644
File size: 166 bytes
Line 
1source src/script/gen.tcl
2
3emit "const char *SymbolNames\[] = {
4  \"SymNone\",
5"
6foreach kw "$keywords $other" {
7  emit "  \"Sym[capitalize $kw]\",\n"
8}
9
10emit "};\n"
Note: See TracBrowser for help on using the repository browser.