aboutsummaryrefslogtreecommitdiffstats
path: root/read.scm (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix signs, make radix push more preciseGravatar Peter McGoron 2024-10-131-5/+15
* add basic number readerGravatar Peter McGoron 2024-10-131-23/+280
* read: make whitespace after "#" an errorGravatar Peter McGoron 2024-09-271-4/+4
* read: character constantsGravatar Peter McGoron 2024-09-271-5/+52
* read: bytevectorsGravatar Peter McGoron 2024-09-271-1/+11
* read: hash constants and directivesGravatar Peter McGoron 2024-09-271-12/+37
* read: properly restore state when reading datum commentsGravatar Peter McGoron 2024-09-271-8/+20
* read: document datum labelGravatar Peter McGoron 2024-09-271-0/+8
* read: change datum label to object, that returns an encapsulated datum labelGravatar Peter McGoron 2024-09-271-33/+47
* read: add object encapsulating identifierGravatar Peter McGoron 2024-09-271-17/+47
* Revert "add object helper functions"Gravatar Peter McGoron 2024-09-271-70/+68
* Revert "object: change to a stateful table"Gravatar Peter McGoron 2024-09-271-1/+1
* Revert "object: rename"Gravatar Peter McGoron 2024-09-271-1/+1
* object: renameGravatar Peter McGoron 2024-09-261-1/+1
* object: change to a stateful tableGravatar Peter McGoron 2024-09-261-1/+1
* add object helper functionsGravatar Peter McGoron 2024-09-241-68/+70
* read: add datum labels and UNCYCLE to cope with circular definitionsGravatar Peter McGoron 2024-09-221-12/+115
* read: factor out ADD-ALL-AS-SKIP to UPDATE-LISTGravatar Peter McGoron 2024-09-221-12/+50
* read: datum commentsGravatar Peter McGoron 2024-09-221-0/+9
* read: block commentsGravatar Peter McGoron 2024-09-221-2/+76
* read: vectorsGravatar Peter McGoron 2024-09-221-1/+37
* read: factor out improper list readerGravatar Peter McGoron 2024-09-211-27/+49
* read: improper listsGravatar Peter McGoron 2024-09-201-26/+40
* readtable: add listsGravatar Peter McGoron 2024-09-201-14/+87
* readtable: handle EOF by returning EOF symbolGravatar Peter McGoron 2024-09-081-1/+2
* readtable: commentsGravatar Peter McGoron 2024-09-081-11/+47
* readtable: simplifyGravatar Peter McGoron 2024-09-081-242/+119
* readtable: case foldingGravatar Peter McGoron 2024-09-071-31/+57
* readtable: when adding sequences to the readtable, push the lastGravatar Peter McGoron 2024-09-071-3/+16
* readtable: Normalize character handled by ACTIONs at the end ofGravatar Peter McGoron 2024-09-071-8/+15
* readtable: add documentation for PUSH->READGravatar Peter McGoron 2024-09-071-0/+6
* Readtable: fix propagation of default handlers in trie pathsGravatar Peter McGoron 2024-09-071-43/+56
* readtable: correctly add trie values. Incorrectly propogates default procedureGravatar Peter McGoron 2024-09-071-17/+19
* readtables, first passGravatar Peter McGoron 2024-09-071-0/+300