diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-12-18 14:24:07 -0800 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-12-18 14:24:07 -0800 |
commit | ffdb211f72b630b619219d225d6d1dd391c455da (patch) | |
tree | 0f31eac437ecf21724ef2bd75edebaa295d0cf24 /modelica-parser-lalrpop | |
parent | b0e4d99b1e1abf58baecf7a687093bdd5991afe7 (diff) | |
download | modelthing-ffdb211f72b630b619219d225d6d1dd391c455da.tar.gz modelthing-ffdb211f72b630b619219d225d6d1dd391c455da.zip |
parser: reserved keywords list (for ref)
Diffstat (limited to 'modelica-parser-lalrpop')
-rw-r--r-- | modelica-parser-lalrpop/reserved_keywords.txt | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/modelica-parser-lalrpop/reserved_keywords.txt b/modelica-parser-lalrpop/reserved_keywords.txt new file mode 100644 index 0000000..ab9e384 --- /dev/null +++ b/modelica-parser-lalrpop/reserved_keywords.txt @@ -0,0 +1,61 @@ +//// Reserved Keywords (2.3.3) +// TODO: turn this into a test or identifier blacklist? +algorithm +and +annotation +block +break +class +connect +connector +constant +constrainedby +der +discrete +each +else +elseif +elsewhen +encapsulated +end +enumeration +equation +expandable +extends +external +false +final +flow +for +function +if +import +impure +in +initial +inner +input +loop +model +not +operator +or +outer +output +package +parameter +partial +protected +public +pure +record +redeclare +replaceable +return +stream +then +true +type +when +while +within |