preserves/implementations/racket/preserves/preserves
Tony Garnock-Jones 269ed2391a Repair text syntax for numbers and symbols. Closes #19/#36/#37/#38.
Numbers and (bare) Symbols are now disambiguated after reading, which
permits leading `+`, leading `0`, and a wider range of acceptable
Symbols.

Updates spec text, test cases, and implementations. Some ancillary fixes
to Python's comparison routines are also included.
2022-11-08 19:56:24 +01:00
..
tests Repair text syntax for numbers and symbols. Closes #19/#36/#37/#38. 2022-11-08 19:56:24 +01:00
annotation.rkt Add "annotations" procedure 2021-05-25 11:02:36 +02:00
embedded.rkt map-embeddeds 2021-06-08 09:26:10 +02:00
float-bytes.rkt Repair text syntax for numbers and symbols. Closes #19/#36/#37/#38. 2022-11-08 19:56:24 +01:00
float.rkt Coerce integers to floats/doubles during unparse 2021-06-09 20:02:06 +02:00
info.rkt Move racket preserves-tool out of the way (in favour of the rust one) 2021-08-10 08:40:11 -04:00
jelly.rkt Repair text syntax for numbers and symbols. Closes #19/#36/#37/#38. 2022-11-08 19:56:24 +01:00
main.rkt Introduce explicit embedded wrapper 2021-05-26 21:09:06 +02:00
object-id.rkt Introduce pointers 2021-01-29 12:03:28 +01:00
order.rkt Fix very stupid mistake in order.rkt 2021-06-16 21:36:09 +02:00
read-binary.rkt Repair text syntax for numbers and symbols. Closes #19/#36/#37/#38. 2022-11-08 19:56:24 +01:00
read-text.rkt Repair text syntax for numbers and symbols. Closes #19/#36/#37/#38. 2022-11-08 19:56:24 +01:00
record.rkt Update Racket implementation 2021-01-23 22:54:27 +01:00
struct.rkt Move racket implementation one subdirectory deeper, to allow package name inference to work 2020-04-27 21:07:20 +02:00
tool.rkt Hex and Base64 encodings in preserves-tool 2021-07-13 15:58:05 +02:00
varint.rkt Update Racket implementation 2021-01-23 22:54:27 +01:00
write-binary.rkt Repair text syntax for numbers and symbols. Closes #19/#36/#37/#38. 2022-11-08 19:56:24 +01:00
write-text.rkt Repair text syntax for numbers and symbols. Closes #19/#36/#37/#38. 2022-11-08 19:56:24 +01:00