Skip to content

Commit

Permalink
Added strings and booleans.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@61 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
x97davka committed Dec 8, 1997
1 parent 6d9280c commit a96c421
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modeq/exp.rml
Expand Up @@ -14,6 +14,8 @@ datatype UnaryOp = UMINUS | UPLUS

datatype Exp = NUMBER of real
| PATH of Path
| STRING of string
| BOOL of bool

| BINARY of Exp * BinOp * Exp
| UNARY of UnaryOp * Exp
Expand Down

0 comments on commit a96c421

Please sign in to comment.