mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
Merge branch 'master' of https://github.com/dboulytchev/compiler-workout
This commit is contained in:
commit
697f99d951
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,8 @@
|
|||
open GT
|
||||
|
||||
(* The type for the expression. Note, in regular OCaml there is no "@type..."
|
||||
notation, it came from GT. *)
|
||||
notation, it came from GT.
|
||||
*)
|
||||
@type expr =
|
||||
(* integer constant *) | Const of int
|
||||
(* variable *) | Var of string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue