R⁷RS parser/printer #2
Reference in New Issue
Block a user
Delete Branch "r7rs-parser"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
before getting any more serious, i think it is time to move on from
sexp-grammarto an actual R⁷RS parser and printer. we're going to be usingmegaparsecandprettyprinterto read/write R⁷RS S-expressions, and continue to useinvertible-grammarsfor parsing S-expressions into ASTs. this means reimplementing much ofsexp-grammar's API.2b6cc65327tof9ed1274d91d584c7946to6ff01a860761c4e428bdtoc340ede84fView command line instructions
Checkout
From your project repository, check out a new branch and test the changes.