Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 388 Bytes

File metadata and controls

9 lines (7 loc) · 388 Bytes

2025-07-08

Unit testing

  • Refactored lexer, parser, and evaluator tests to use JSON file format similar to cts.json.
  • Implemented tests of lexer, parser, and evaluator for all examples and tables 2-18 in RFC 9535.
  • Completed testgen.py to automate the creation of JSON test files for the above.

2025-06-24

  • Initial commit from local sources after 3-months of development.