about summary refs log tree commit diff
path: root/src/parser/dune
blob: 7a1b290dc1cebb57c0268ff7bdeab686f26fcfab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
(menhir
 (explain true)
 (modules Grammar))

(ocamllex Lexer)

(library
 (name Parser)
 (public_name toytt.parser)
 (libraries
  asai
  toytt.ast
  toytt.error))