about summary refs log tree commit diff stats
path: root/read.lua
Commit message (Collapse)AuthorAge
* Fix #\, #t, #f reading bugCase Duckworth2024-04-16
|
* Trim utilCase Duckworth2024-04-13
|
* Move port.lua to type.luaCase Duckworth2024-04-13
| | | | Ports are types
* Fix typoCase Duckworth2024-04-10
|
* Implement stringsCase Duckworth2024-04-09
|
* ReorganizationCase Duckworth2024-04-09
|
* UhCase Duckworth2024-04-09
|
* Fix reading from files ... i'm PRETTY sureCase Duckworth2024-04-05
|
* Refactor literals reading and implement number literalsCase Duckworth2024-04-03
| | | | that is, #b, #o, #d, #x
* Read comments and # literalsCase Duckworth2024-04-03
|
* Change pp -> dumpCase Duckworth2024-04-03
| | | | Keep them 4 letter file name boiiii
* Add rest of quotes to readerCase Duckworth2024-03-31
|
* Improve dotted-pair readsCase Duckworth2024-03-31
| | | | Instead of getting the next token twice, read the next thing.
* Fix dotted list readingCase Duckworth2024-03-30
|
* Read from ports nowCase Duckworth2024-03-30
|
* Special-case '.', '...', '+', '-'Case Duckworth2024-03-24
|
* Read negative numbersCase Duckworth2024-03-23
|
* Correct bugs with whitespace and spurious opening parensCase Duckworth2024-03-20
|
* Support dotted lists in readerCase Duckworth2024-03-20
|
* A new start!Case Duckworth2024-03-19
|
* Add QUOTE, QUASIQUOTE, UNQUOTE reading and generalizeCase Duckworth2024-03-11
|
* uh new startCase Duckworth2024-03-10
|
* Ugghhhh totally not working first-tryCase Duckworth2024-03-04
|
* Rewrite readCase Duckworth2024-03-01
| | | | | Now works with strings and numbers and does \x...; escapes Does not yet do symbol conversion or newline escapes
* Remove spurious requireCase Duckworth2024-02-21
|
* Initial commitCase Duckworth2024-02-21