Add type-checker sanity tests for list patterns.

This commit is contained in:
KtorZ
2023-02-11 16:54:49 +01:00
parent 56e90fba21
commit 6649821200
2 changed files with 129 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
mod check;
mod format;
mod lexer;
mod parser;