We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b5be34 commit 8417a70Copy full SHA for 8417a70
CHANGELOG.md
@@ -1,2 +1,9 @@
1
-# FIRST!
+### 2025-07-08
2
+Unit testing
3
+- Refactored lexer, parser, and evaluator tests to use JSON file format similar to cts.json.
4
+- Implemented tests of lexer, parser, and evaluator for all examples and tables 2-18 in RFC 9535.
5
+- Completed testgen.py to automate the creation of JSON test files for the above.
6
+
7
8
+### 2025-06-24
9
+- Initial commit from local sources after 3-months of development.
0 commit comments