index
:
multisyntax
master
Hygenic macros for languages hosted in R7RS
Peter McGoron
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
COPYING
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-07-10
add display-no-eval for debugging
Peter McGoron
3
-11
/
+37
2025-07-10
Fix evaluation to do substitutions under lambdas even when evaluating to
Peter McGoron
2
-15
/
+46
2025-07-09
fix improper list patterns
Peter McGoron
3
-9
/
+10
2025-07-09
add syntax-error, only evaluate defined terms to weak head normal form
Peter McGoron
6
-123
/
+67
2025-07-09
clean up syntax-object.scm
Peter McGoron
2
-75
/
+114
2025-07-09
test normal order evaluation
Peter McGoron
1
-0
/
+5
2025-07-09
normal order evaluator
Peter McGoron
5
-20
/
+184
2025-07-03
debruijnize converts functions to curry form
Peter McGoron
5
-206
/
+79
2025-07-02
add inject-primitive
Peter McGoron
1
-7
/
+13
2025-07-02
Store names in lexical locations
Peter McGoron
4
-102
/
+137
2025-06-28
replace location-comparator with free-identifier-comparator
Peter McGoron
4
-26
/
+56
2025-06-28
move tests to their own file; use debruijn form to test alpha equivalence
Peter McGoron
5
-47
/
+121
2025-06-28
Fix list ellipses pattern matching
Peter McGoron
7
-36
/
+100
2025-06-28
Change environments in untyped LC to use location comparators instead of
Peter McGoron
5
-60
/
+83
2025-06-28
fix self-syntax and shadowing of syntax keywords
Peter McGoron
4
-8
/
+35
2025-06-28
first pass at a syntax expander for pure LC
Peter McGoron
6
-22
/
+708
2025-06-20
reenable tests
Peter McGoron
1
-2
/
+2
2025-06-20
test (x ... y ... z ...)
Peter McGoron
2
-3
/
+41
2025-06-20
add vector patterns
Peter McGoron
2
-2
/
+47
2025-06-20
add extra tests and fix temporary generation for renaming
Peter McGoron
4
-27
/
+95
2025-06-19
more list tests
Peter McGoron
1
-1
/
+36
2025-06-19
self-syntax tests for producer
Peter McGoron
1
-25
/
+41
2025-06-19
Add ellipsis escape form
Peter McGoron
5
-40
/
+77
2025-06-19
add support for multiple ellipses in a sequence in producers
Peter McGoron
2
-17
/
+35
2025-06-19
Rework PNL calculations in pattern producer, fix producer test
Peter McGoron
2
-27
/
+49
2025-06-17
pattern testing
Peter McGoron
6
-36
/
+130
2025-06-16
producer
Peter McGoron
5
-20
/
+341
2025-05-02
move common procedures for matcher and producer to internal
Peter McGoron
8
-88
/
+183
2025-04-26
move utils to new library, emit ellipsis dag from matcher compiler
Peter McGoron
7
-54
/
+128
2025-04-26
document pattern matcher, add ellipsis groups
Peter McGoron
3
-111
/
+191
2025-04-25
reorganize pattern module
Peter McGoron
5
-8
/
+11
2025-04-25
test vectors with matches after an ellipses
Peter McGoron
2
-10
/
+53
2025-04-25
support literals as a list of identifiers, test literals
Peter McGoron
2
-17
/
+44
2025-04-25
fix nested ellipses
Peter McGoron
2
-7
/
+99
2025-04-25
rewrite expander
Peter McGoron
3
-145
/
+276
2025-04-24
fix pattern list creation
Peter McGoron
4
-20
/
+38
2025-04-24
fix is-ellipsis-list
Peter McGoron
1
-1
/
+1
2025-04-24
add pattern matcher and some tests
Peter McGoron
5
-0
/
+309
2025-04-24
add tests for bound-identifier-comparator
Peter McGoron
3
-121
/
+175