If you want to add a new test, the easiest way is to add a new `.choc` file in `gen-input/tests/**/*.choc`. This is only a regular `.choc` file, demonstrating the syntax that should be tested. For example a file containing `i: [[int]] = 0` to test nested list types.
(Note: This workflow will probably need to adapted for further assignments, but for the first one - Parser - it should be fine.)
(Note: This workflow will probably need to be adapted for further assignments, but for the first one - Parser - it should be fine.)