Skip to content

Commit

Permalink
# prettified
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@349 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
x97davka committed Jul 30, 1998
1 parent ce75657 commit 04224fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modeq/absyn.rml
Expand Up @@ -136,11 +136,11 @@ module Absyn:
| RANGE of Exp * Exp option * Exp
(** The `Exp' datatype is the container of a Modelica expression. *)

datatype Operator = ADD | SUB | MUL | DIV | POW
| UMINUS | UPLUS
| AND | OR
datatype Operator = ADD | SUB | MUL | DIV | POW
| UPLUS | UMINUS
| AND | OR
| NOT
| LESS | LESSEQ | GREATER | GREATEREQ | EQUAL | NEQUAL
| LESS | LESSEQ | GREATER | GREATEREQ | EQUAL | NEQUAL

(** - Subscripts *)
datatype Subscript = NOSUB
Expand Down

0 comments on commit 04224fb

Please sign in to comment.