finish splitting modules, and start using ninja

This commit is contained in:
2025-09-03 15:21:13 +02:00
parent afd552bd09
commit 87e845cee5
10 changed files with 670 additions and 494 deletions

7
sexpr_macro.mli Normal file
View File

@@ -0,0 +1,7 @@
exception Misformated_Macro of Sexpr.t
exception Not_Valid_Macro_Arg_Syntax
val num_expands : int ref
val sparse : string -> Sexpr.t
val do_eval : Sexpr.t -> Sexpr.t