mirror of
https://github.com/LucasVbr/croissant.git
synced 2026-05-13 17:12:10 +00:00
refactor: Syntax with unit tests
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
open Alcotest
|
||||
|
||||
let () =
|
||||
run "Syntax"
|
||||
[
|
||||
TestTypes.tests;
|
||||
TestLiterals.tests;
|
||||
TestUnaryOperators.tests;
|
||||
TestBinaryOperators.tests;
|
||||
TestExpressions.tests;
|
||||
TestStatements.tests;
|
||||
TestSourceFiles.tests;
|
||||
]
|
||||
Reference in New Issue
Block a user