preserves/implementations/javascript/packages/core
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
..
src Repair text syntax for numbers and symbols. Closes #19/#36/#37/#38. 2022-11-08 19:56:24 +01:00
test Repair lexicographic ordering among Bytes instances, which in turn repairs canonicalizing binary output, which in turn fixes the tests now there's just been a very long test name symbol added. 2022-01-13 23:30:28 +01:00
.gitignore Rearrange into two packages, using yarn workspaces 2021-03-10 19:24:20 +01:00
.npmignore .npmignore is required to not omit crucial build products 2021-03-11 23:11:06 +01:00
.yarnrc yarnrc 2021-03-11 19:11:36 +01:00
jest.config.ts Rearrange into two packages, using yarn workspaces 2021-03-10 19:24:20 +01:00
package.json Publish 2022-04-27 22:08:34 +03:00
rollup.config.js Rearrange into two packages, using yarn workspaces 2021-03-10 19:24:20 +01:00
tsconfig.json Rearrange into two packages, using yarn workspaces 2021-03-10 19:24:20 +01:00