feat: implement parser #6

Merged
gk1623 merged 16 commits from parser into master 2025-02-02 13:45:26 +00:00
5 changed files with 172 additions and 36 deletions
Showing only changes of commit 1bb4939fcd - Show all commits

View File

@@ -84,5 +84,6 @@ class ParallelExamplesSpec extends AnyFlatSpec with BeforeAndAfterAll with Paral
// invalid (whack)
"wacc-examples/invalid/whack"
// format: on
// format: on
).find(filename.contains).isDefined
}