Skip to content

Commit 8417a70

Browse files
authored
Update CHANGELOG.md
Added entries for changes to date.
1 parent 8b5be34 commit 8417a70

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1-
# FIRST!
1+
### 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+
27

8+
### 2025-06-24
9+
- Initial commit from local sources after 3-months of development.

0 commit comments

Comments
 (0)