diff options
Diffstat (limited to 'tcllib/modules/pt/include/keywords.inc')
-rw-r--r-- | tcllib/modules/pt/include/keywords.inc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tcllib/modules/pt/include/keywords.inc b/tcllib/modules/pt/include/keywords.inc new file mode 100644 index 0000000..aaad9db --- /dev/null +++ b/tcllib/modules/pt/include/keywords.inc @@ -0,0 +1,17 @@ +[comment {--- Keywords common to all packages in Parser Tools ---}] +[keywords {EBNF}] +[keywords {LL(k)}] +[keywords {PEG}] +[keywords {TDPL}] +[keywords {context-free languages}] +[keywords {expression}] +[keywords {grammar}] +[keywords {matching}] +[keywords {parser}] +[keywords {parsing expression grammar}] +[keywords {parsing expression}] +[keywords {push down automaton}] +[keywords {recursive descent}] +[keywords {state}] +[keywords {top-down parsing languages}] +[keywords {transducer}] |