aboutsummaryrefslogtreecommitdiffstats
path: root/test/syntax-object.scm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change environments in untyped LC to use location comparators instead ofGravatar Peter McGoron 2025-06-281-6/+6
| | | | | | | | | | bound identifier comparators NOTE: location comparators are a non-standard thing equivalent to a free identifier comparator. Should replace later. The previous code would fail when attempting to process identifiers that came from the output of a macro transformer, because those are marked.
* add tests for bound-identifier-comparatorGravatar Peter McGoron 2025-04-241-107/+150
|
* start work on the fundamental syntax objectGravatar Peter McGoron 2025-04-231-0/+132