flan/dune-project
2026-09-10 14:40:34 +07:00

8 lines
300 B
Plaintext

(lang dune 3.15)
(name flan)
; No menhir, no ocamllex: the reader is hand-written. S-expressions do not need
; a parser generator, hand-written gives better source locations, and every
; dependency here is something that would have to be reimplemented in Flan if
; the compiler is ever self-hosted.