Commit graph

2 commits

Author SHA1 Message Date
6f95381e5e normalize edition to 2024
All checks were successful
per-push tests / build (push) Successful in 38s
per-push tests / test-frontend (push) Successful in 31s
per-push tests / test-utility (push) Successful in 34s
per-push tests / timed-decomposer-parse (push) Successful in 26s
per-push tests / test-backend (push) Successful in 30s
Signed-off-by: Ava Affine <ava@sunnypup.io>
2025-07-24 19:28:25 +00:00
e4c6e0924a Decomposer: fixes from found code
This commit includes a new utility, the decomposer, which has
primarily been used to test the AST against found scheme code in
the wild (internet). Decomposer will time and test the lexing and
parsing of any document full of scheme.

This commit includes additional test cases and logical fixes for
issues found during the testing performed.

Signed-off-by: Ava Affine <ava@sunnypup.io>
2025-05-21 14:48:36 -07:00