preserves/implementations/javascript/packages/core/src
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
..
annotated.ts Repair typo that caused annotations not to work properly with fromJS 2022-06-16 10:10:38 +02:00
bytes.ts Repair text syntax for numbers and symbols. Closes #19/#36/#37/#38. 2022-11-08 19:56:24 +01:00
codec.ts Position tracking in Reader; major driver improvements in schema compiler 2021-03-11 14:43:06 +01:00
compound.ts The Great Renaming: Pointer -> Embedded 2021-05-17 14:54:06 +02:00
constants.ts The Great Renaming: Pointer -> Embedded 2021-05-17 14:54:06 +02:00
decoder.ts Repair text syntax for numbers and symbols. Closes #19/#36/#37/#38. 2022-11-08 19:56:24 +01:00
dictionary.ts Javascript pretty-printer 2022-01-26 14:15:35 +01:00
embedded.ts Better stringification 2022-01-26 16:03:13 +01:00
embeddedTypes.ts Javascript pretty-printer 2022-01-26 14:15:35 +01:00
encoder.ts Better stringification 2022-01-26 16:03:13 +01:00
flex.ts Rearrange into two packages, using yarn workspaces 2021-03-10 19:24:20 +01:00
float.ts Repair text syntax for numbers and symbols. Closes #19/#36/#37/#38. 2022-11-08 19:56:24 +01:00
fold.ts The Great Renaming: Pointer -> Embedded 2021-05-17 14:54:06 +02:00
fromjs.ts Improve protocols for (de)coding JS/Preserves somewhat 2022-01-22 23:38:02 +01:00
index.ts Improve protocols for (de)coding JS/Preserves somewhat 2022-01-22 23:38:02 +01:00
is.ts The Great Renaming: Pointer -> Embedded 2021-05-17 14:54:06 +02:00
merge.ts Repair error in merge 2021-09-10 15:47:16 +02:00
node_support.ts Javascript pretty-printer 2022-01-26 14:15:35 +01:00
reader.ts Repair text syntax for numbers and symbols. Closes #19/#36/#37/#38. 2022-11-08 19:56:24 +01:00
record.ts Javascript pretty-printer 2022-01-26 14:15:35 +01:00
runtime.ts Javascript pretty-printer 2022-01-26 14:15:35 +01:00
strip.ts The Great Renaming: Pointer -> Embedded 2021-05-17 14:54:06 +02:00
symbols.ts Improve protocols for (de)coding JS/Preserves somewhat 2022-01-22 23:38:02 +01:00
text.ts Repair text syntax for numbers and symbols. Closes #19/#36/#37/#38. 2022-11-08 19:56:24 +01:00
values.ts The Great Renaming: Pointer -> Embedded 2021-05-17 14:54:06 +02:00
writer.ts Repair text syntax for numbers and symbols. Closes #19/#36/#37/#38. 2022-11-08 19:56:24 +01:00