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
*
miniscm: add notices and change "macro" to more standard "define-macro"
HEAD
master
Peter McGoron
2024-10-13
3
-31
/
+56
*
read.scm: more complete support for special numbers
Peter McGoron
2024-10-13
1
-22
/
+123
*
read.scm: readtable:read-ident -> read:read-ident
Peter McGoron
2024-10-13
1
-4
/
+5
*
number reader: add to toplevel
Peter McGoron
2024-10-13
1
-7
/
+58
*
add decimal number to toplevel readtable
Peter McGoron
2024-10-13
1
-0
/
+21
*
fix signs, make radix push more precise
Peter McGoron
2024-10-13
1
-5
/
+15
*
add basic number reader (no compound numbers yet)
Peter McGoron
2024-10-13
1
-23
/
+280
|
\
|
*
add basic number reader
Peter McGoron
2024-10-13
1
-23
/
+280
*
|
Revert "attempt to read numbers with a readtable"
Peter McGoron
2024-10-13
2
-374
/
+7
*
|
attempt to read numbers with a readtable
Peter McGoron
2024-10-05
2
-7
/
+374
|
/
*
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
2
-13
/
+38
*
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
3
-24
/
+49
*
Revert "add object helper functions"
Peter McGoron
2024-09-27
3
-159
/
+129
*
Revert "object: change to a stateful table"
Peter McGoron
2024-09-27
4
-95
/
+42
*
Revert "object: rename"
Peter McGoron
2024-09-27
3
-12
/
+8
*
object: rename
Peter McGoron
2024-09-26
3
-8
/
+12
*
object: change to a stateful table
Peter McGoron
2024-09-26
4
-42
/
+95
*
add object helper functions
Peter McGoron
2024-09-24
3
-129
/
+159
*
miniscm: string->symbol and symbol->string
Peter McGoron
2024-09-22
1
-1
/
+17
*
add linked list library
Peter McGoron
2024-09-22
1
-0
/
+82
*
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
2
-15
/
+88
*
miniscm: list->string
Peter McGoron
2024-09-08
2
-10
/
+45
*
miniscm: add better support for immutable strings, and refactor to use real s...
Peter McGoron
2024-09-08
3
-49
/
+100
*
miniscm: add string-ref
Peter McGoron
2024-09-08
1
-1
/
+26
*
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
2
-242
/
+134
*
readtable: case folding
Peter McGoron
2024-09-07
2
-37
/
+62
*
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
[next]