Unplugged AST2 and Typecheck2 which are not used anymore and break the build
This commit is contained in:
parent
4bf32a8378
commit
7f617263db
1
src/ligo/ligo-parser/.gitignore
vendored
1
src/ligo/ligo-parser/.gitignore
vendored
@ -5,3 +5,4 @@ _build/*
|
|||||||
*/.merlin
|
*/.merlin
|
||||||
*.install
|
*.install
|
||||||
/Version.ml
|
/Version.ml
|
||||||
|
/dune-project
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
(*
|
||||||
|
|
||||||
[@@@warning "-30"]
|
[@@@warning "-30"]
|
||||||
|
|
||||||
module I = AST
|
module I = AST
|
||||||
@ -793,3 +795,5 @@ let s_ast (ast : I.ast) : O.ast =
|
|||||||
(* and s_terminator = function *)
|
(* and s_terminator = function *)
|
||||||
(* Some semi -> s_token semi ";" *)
|
(* Some semi -> s_token semi ";" *)
|
||||||
(* | None -> () *)
|
(* | None -> () *)
|
||||||
|
|
||||||
|
*)
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
(*
|
||||||
[@@@warning "-27"] (* TODO *)
|
[@@@warning "-27"] (* TODO *)
|
||||||
[@@@warning "-32"] (* TODO *)
|
[@@@warning "-32"] (* TODO *)
|
||||||
[@@@warning "-30"]
|
[@@@warning "-30"]
|
||||||
@ -272,3 +273,4 @@ let a_ast I.{types; storage_decl; declarations; orig} =
|
|||||||
O.{types; storage_decl; declarations; orig}
|
O.{types; storage_decl; declarations; orig}
|
||||||
|
|
||||||
let annotate : I.ast -> O.ast = a_ast
|
let annotate : I.ast -> O.ast = a_ast
|
||||||
|
*)
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
(*
|
||||||
[@@@warning "-30"]
|
[@@@warning "-30"]
|
||||||
|
|
||||||
module SMap : Map.S with type key = string
|
module SMap : Map.S with type key = string
|
||||||
@ -106,3 +107,4 @@ module O : sig
|
|||||||
end
|
end
|
||||||
|
|
||||||
val annotate : I.ast -> O.ast
|
val annotate : I.ast -> O.ast
|
||||||
|
*)
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
(lang dune 1.7)
|
|
||||||
(using menhir 2.0)
|
|
Loading…
Reference in New Issue
Block a user