Introduce a real testing suite #13
Labels
backend
Related to the compiler and its optimizations
documentation
Improvements or additions to documentation
enhancement
New feature or request
parser
Related to parsing step and all syntax-directed steps
typechecker
Related to type checking step and extension resolution
Milestone
There is a real need to implement a fully-working testing suite for Plume. This may improve the following points:
In other words, tests would improve the development quality.
Implementation
Unit testing could be an option, but it is not viable as this would require huge pieces of hand-made AST. So we're rather thinking of a hybrid system:
Haskell libraries
The text was updated successfully, but these errors were encountered: