index
:
unslisp
master
Another attempt at an R7RS in R3RS
Peter McGoron
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
readtable: when adding sequences to the readtable, push the last
Peter McGoron
2024-09-07
1
-3
/
+16
*
readtable: Normalize character handled by ACTIONs at the end of
Peter McGoron
2024-09-07
1
-8
/
+15
*
readtable: add documentation for PUSH->READ
Peter McGoron
2024-09-07
1
-0
/
+6
*
Readtable: fix propagation of default handlers in trie paths
Peter McGoron
2024-09-07
1
-43
/
+56
*
readtable: correctly add trie values. Incorrectly propogates default procedure
Peter McGoron
2024-09-07
1
-17
/
+19
*
readtables, first pass
Peter McGoron
2024-09-07
5
-147
/
+321
*
change around insert, delete, and update to hide representation
Peter McGoron
2024-09-05
1
-42
/
+37
*
fix set and trie, add compat COND-EXPAND for chez
Peter McGoron
2024-09-05
3
-26
/
+223
*
trie: add with test
Peter McGoron
2024-09-04
5
-3
/
+171
*
set:refactor maps
Peter McGoron
2024-09-04
1
-30
/
+29
*
set: add update
Peter McGoron
2024-09-04
1
-79
/
+150
*
set: add insert multiple test
Peter McGoron
2024-08-31
1
-36
/
+110
*
add sets
Peter McGoron
2024-08-29
5
-6
/
+436
*
miniscm: add mutable string emulation and char->integer
Peter McGoron
2024-08-26
3
-3
/
+54
*
miniscm: add ports
Peter McGoron
2024-08-22
3
-15
/
+189
*
minischeme: add char
Peter McGoron
2024-08-22
4
-12
/
+79
*
add doubly linked lists, tests, minischeme
Peter McGoron
2024-08-22
7
-0
/
+3616