Change a comment slightly
This commit is contained in:
parent
27457eb6e2
commit
847375027a
1 changed files with 1 additions and 1 deletions
2
ast.ml
2
ast.ml
|
@ -14,7 +14,7 @@ type t =
|
|||
| Binop of t * operator * t
|
||||
| If of t * t * t (* cond then else *)
|
||||
| Apply of t * t list (* function application *)
|
||||
(* these will be seperated into (toplevel) directives. *)
|
||||
(* these will be seperated into external functions. *)
|
||||
| Set_binop_pre of operator * t
|
||||
| Get_binop_pre of operator
|
||||
| Set_binop_aso of operator * string
|
||||
|
|
Loading…
Add table
Reference in a new issue