mirror of
https://github.com/LucasVbr/croissant.git
synced 2026-07-09 06:57:48 +00:00
refactor: Syntax with unit tests
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
(library
|
||||
(name Analyzer)
|
||||
(modules lexer parser)
|
||||
(libraries Syntax))
|
||||
|
||||
(menhir
|
||||
(modules parser))
|
||||
|
||||
(ocamllex
|
||||
(modules lexer))
|
||||
Reference in New Issue
Block a user