diff options
-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 |