Reorganized project
This commit is contained in:
9
lib/parser/ast.ml
Normal file
9
lib/parser/ast.ml
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
type lisp_ast =
|
||||
| LInt of int
|
||||
| LDouble of float
|
||||
| LSymbol of string
|
||||
| LString of string
|
||||
| LNil
|
||||
| LCons of lisp_ast * lisp_ast
|
||||
Reference in New Issue
Block a user