preserves/implementations/rust/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
..
benches Take more advantage of use std::io; and fix benches 2021-07-05 13:00:30 +02:00
examples Parsing and reading via TextReader/TextWriter 2022-10-26 16:00:48 +02:00
src Repair text syntax for numbers and symbols. Closes #19/#36/#37/#38. 2022-11-08 19:56:24 +01:00
tests Decode text syntax from *byte* sources. 2021-08-03 16:26:40 +02:00
Cargo.toml Repair text syntax for numbers and symbols. Closes #19/#36/#37/#38. 2022-11-08 19:56:24 +01:00
Makefile make test target 2021-06-30 15:05:44 +02:00