Skip to content

Commit

Permalink
Remove Parsed AST (#1254)
Browse files Browse the repository at this point in the history
* Remove the Parsed AST

* Remove outdated documentation
  • Loading branch information
Halbaroth authored Oct 9, 2024
1 parent 6dbbae3 commit 59842cc
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 1,029 deletions.
1 change: 0 additions & 1 deletion rsc/extra/subgraphs.dot
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ subgraph cluster_lib {
"Expr";
"Xliteral";
"Ty";
"Parsed";
"Typed";
"Commands";
"Errors";
Expand Down
4 changes: 2 additions & 2 deletions src/lib/dune
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
; modules that make up the lib
(modules
; frontend
Translate D_loop D_state_option Frontend Parsed_interface Models
Translate D_loop D_state_option Frontend Models
; reasoners
Ac Arith Arrays_rel Bitv Ccx Shostak Relation
Fun_sat Fun_sat_frontend Inequalities Bitv_rel Th_util Adt Adt_rel
Expand All @@ -56,7 +56,7 @@
Sig Sig_rel Theory Uf Use Domains Domains_intf Rel_utils Bitlist
; structures
Commands Errors Explanation Fpa_rounding
Parsed Profiling Satml_types Symbols
Profiling Satml_types Symbols
Expr Var Ty Typed Xliteral ModelMap Id Objective Literal
; util
Emap Gc_debug Hconsing Hstring Heap Loc Numbers Uqueue
Expand Down
338 changes: 0 additions & 338 deletions src/lib/frontend/parsed_interface.ml

This file was deleted.

Loading

0 comments on commit 59842cc

Please sign in to comment.