Skip to content

Commit

Permalink
Some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
perezzini committed Sep 12, 2017
1 parent 69e9552 commit a02030e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tigerabs.sml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ and dec = FunctionDec of ({name: symbol, params: field list,
typ: symbol option, init: exp} * pos (* Variables *)
| TypeDec of ({name: symbol, ty: ty} * pos) list (* Data Types *)

and ty = NameTy of symbol
| RecordTy of field list
| ArrayTy of symbol
and ty = NameTy of symbol (* tyId *)
| RecordTy of field list (* recTy *)
| ArrayTy of symbol (* arrTy *)

and oper = PlusOp | MinusOp | TimesOp | DivideOp
| EqOp | NeqOp | LtOp | LeOp | GtOp | GeOp
Expand Down

0 comments on commit a02030e

Please sign in to comment.