Update extension used by Technique files #74
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ironically, the compiler itself doesn't actually care about the extension of the input file, but the samples in the repository needed updating to the new .tq extension.
Bumps major version to 0.4, representing both this change and the milestone of having completed the first iteration of the v1 parser!
While we're at it, move the golden test examples to tests/golden/, other examples that we expect to parse but not necessarily be perfectly formatted (after all, that's the whole point of the parser being as permissive as possible) to tests/sample/, and known-bad edge cases to tests/broken/.
This allows us to run the known-good and known-bad examples through the parser as part of the test suite, so we've added an additional test to do that.