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
path:
root
/
read.scm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix signs, make radix push more precise
Peter McGoron
2024-10-13
1
-5
/
+15
*
add basic number reader
Peter McGoron
2024-10-13
1
-23
/
+280
*
read: make whitespace after "#" an error
Peter McGoron
2024-09-27
1
-4
/
+4
*
read: character constants
Peter McGoron
2024-09-27
1
-5
/
+52
*
read: bytevectors
Peter McGoron
2024-09-27
1
-1
/
+11
*
read: hash constants and directives
Peter McGoron
2024-09-27
1
-12
/
+37
*
read: properly restore state when reading datum comments
Peter McGoron
2024-09-27
1
-8
/
+20
*
read: document datum label
Peter McGoron
2024-09-27
1
-0
/
+8
*
read: change datum label to object, that returns an encapsulated datum label
Peter McGoron
2024-09-27
1
-33
/
+47
*
read: add object encapsulating identifier
Peter McGoron
2024-09-27
1
-17
/
+47
*
Revert "add object helper functions"
Peter McGoron
2024-09-27
1
-70
/
+68
*
Revert "object: change to a stateful table"
Peter McGoron
2024-09-27
1
-1
/
+1
*
Revert "object: rename"
Peter McGoron
2024-09-27
1
-1
/
+1
*
object: rename
Peter McGoron
2024-09-26
1
-1
/
+1
*
object: change to a stateful table
Peter McGoron
2024-09-26
1
-1
/
+1
*
add object helper functions
Peter McGoron
2024-09-24
1
-68
/
+70
*
read: add datum labels and UNCYCLE to cope with circular definitions
Peter McGoron
2024-09-22
1
-12
/
+115
*
read: factor out ADD-ALL-AS-SKIP to UPDATE-LIST
Peter McGoron
2024-09-22
1
-12
/
+50
*
read: datum comments
Peter McGoron
2024-09-22
1
-0
/
+9
*
read: block comments
Peter McGoron
2024-09-22
1
-2
/
+76
*
read: vectors
Peter McGoron
2024-09-22
1
-1
/
+37
*
read: factor out improper list reader
Peter McGoron
2024-09-21
1
-27
/
+49
*
read: improper lists
Peter McGoron
2024-09-20
1
-26
/
+40
*
readtable: add lists
Peter McGoron
2024-09-20
1
-14
/
+87
*
readtable: handle EOF by returning EOF symbol
Peter McGoron
2024-09-08
1
-1
/
+2
*
readtable: comments
Peter McGoron
2024-09-08
1
-11
/
+47
*
readtable: simplify
Peter McGoron
2024-09-08
1
-242
/
+119
*
readtable: case folding
Peter McGoron
2024-09-07
1
-31
/
+57
*
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
1
-0
/
+300