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-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