Commit Graph

11 Commits

Author SHA1 Message Date
Lassi Kortela 0d1c459c32 Pad strings with null bytes
Not really needed (since the header buffer starts with all null bytes)
but these are the correct semantics.
2021-08-17 13:24:10 +03:00
Lassi Kortela ca6d55e54c Add exclamation marks to poke procedure names 2021-08-17 13:24:10 +03:00
Lassi Kortela 4d5ef562cb Fix name of tar-write-end 2021-08-17 13:24:10 +03:00
Lassi Kortela ade1c9cc38 Format copyright lines 2021-08-17 13:24:03 +03:00
Lassi Kortela 36e400b72a Initial commit 2021-08-17 13:23:26 +03:00
Lassi Kortela 601621f7dc Refactor
cond to if
2019-03-28 12:37:15 +02:00
Lassi Kortela 08577fa7c1 Remove commented-out debug code 2019-03-28 12:36:18 +02:00
Lassi Kortela 850728a59f Simplify API
Rely on caller to set current-input-port to read the TeX document.
2019-03-28 12:33:25 +02:00
Lassi Kortela 3ee2d6915b Split read-char? and kin into their own library 2019-03-28 12:28:51 +02:00
Lassi Kortela 9686bbe368 Extract parser code from rnrs-metadata
- Port from Racket to R7RS (code stays almost the same).
- Add Scheme library definition (.sld) file.
- Add main program for testing.
2019-03-28 02:38:45 +02:00
Lassi Kortela e3042763ac
Initial commit 2019-03-28 01:56:25 +02:00