Skip to content

Commit

Permalink
compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Feb 18, 2024
1 parent 4905887 commit 90df589
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 31 deletions.
10 changes: 5 additions & 5 deletions lib/ast.ml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
open Sexplib.Std
(* open Sexplib.Std *)

type sexp =
| Atom of string
| List of sexp list
[@@deriving sexp]
(* type sexp = *)
(* | Atom of string *)
(* | List of sexp list *)
(* [@@deriving sexp] *)
51 changes: 25 additions & 26 deletions lib/dune
Original file line number Diff line number Diff line change
Expand Up @@ -26,40 +26,39 @@
(name gbnf_parser)

(libraries batteries menhirLib)
(preprocess
(pps
; (preprocess
; (pps
;; graphql_ppx
;; js_of_ocaml-ppx
js_of_ocaml-ppx
ppx_log
ppx_deriving_yaml
ppx_expect
ppx_bench
ppx_compare
ppx_deriving.create
ppx_deriving.enum
ppx_deriving.eq
ppx_deriving.fold
ppx_deriving.iter
ppx_deriving.ord
ppx_deriving.show
ppx_deriving_yojson
ppx_fields_conv
ppx_hash
ppx_inline_test
ppx_jane
ppx_jsobject_conv
; js_of_ocaml-ppx
; ppx_log
; ppx_deriving_yaml
; ppx_expect
; ppx_bench
; ppx_compare
; ppx_deriving.create
; ppx_deriving.enum
; ppx_deriving.eq
; ppx_deriving.fold
; ppx_deriving.iter
; ppx_deriving.ord
; ppx_deriving.show
; ppx_deriving_yojson
; ppx_fields_conv
; ppx_hash
; ppx_inline_test
; ppx_jane
; ppx_jsobject_conv
; ppx_profiling
ppx_protocol_conv
ppx_sexp_conv
; ppx_protocol_conv
; ppx_sexp_conv
; ppx_stage
; ppx_tools.metaquot
; ppx_yojson_conv
; ppxlib.metaquot
; profiling.ppx
visitors.ppx
)
)
; visitors.ppx
; ))
)


Expand Down

0 comments on commit 90df589

Please sign in to comment.