Bytecode VM, dynamic number package, and R7RS compliant Scheme implementation.
Find a file
Ava Affine 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
decomposer Decomposer: fixes from found code 2025-05-21 14:48:36 -07:00
mycelium Decomposer: fixes from found code 2025-05-21 14:48:36 -07:00
.gitignore Lexer and S-Expression data types 2025-05-07 09:19:33 -07:00
Cargo.lock Decomposer: fixes from found code 2025-05-21 14:48:36 -07:00
Cargo.toml Decomposer: fixes from found code 2025-05-21 14:48:36 -07:00
LICENSE Lexer and S-Expression data types 2025-05-07 09:19:33 -07:00
readme.md Lexer and S-Expression data types 2025-05-07 09:19:33 -07:00