diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2016-10-27 19:39:39 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2016-10-27 19:39:39 (GMT) |
commit | ea28451286d3ea4a772fa174483f9a7a66bb1ab3 (patch) | |
tree | 6ee9d8a7848333a7ceeee3b13d492e40225f8b86 /tcllib/modules/pt/include/keywords.inc | |
parent | b5ca09bae0d6a1edce939eea03594dd56383f2c8 (diff) | |
parent | 7c621da28f07e449ad90c387344f07a453927569 (diff) | |
download | blt-ea28451286d3ea4a772fa174483f9a7a66bb1ab3.zip blt-ea28451286d3ea4a772fa174483f9a7a66bb1ab3.tar.gz blt-ea28451286d3ea4a772fa174483f9a7a66bb1ab3.tar.bz2 |
Merge commit '7c621da28f07e449ad90c387344f07a453927569' as 'tcllib'
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}] |