Commit Graph

1150 Commits

Author SHA1 Message Date
Tony Garnock-Jones 98697e049d Add missing row to int example table 2023-03-15 20:50:49 +01:00
Tony Garnock-Jones 07b28ca042 Improvements 2023-03-15 17:15:26 +01:00
Tony Garnock-Jones d11f008705 Spec change proposal for #41 2023-03-15 16:24:02 +01:00
Tony Garnock-Jones 34f92c3870 Copy across easy wins from the wip branch 2023-03-15 15:18:46 +01:00
Tony Garnock-Jones 313b2c4271 Describe metaconventions for capitalization of various kinds of name. Fixes #11. 2023-03-15 15:14:33 +01:00
Andrew Elgert b1f9eb45d2 Compiler can load from file-like objects 2023-03-14 11:45:30 -04:00
Tony Garnock-Jones 8dc51d70e7 Publish
- @preserves/schema@0.21.10
2023-02-11 18:10:54 +01:00
Tony Garnock-Jones d027fc4ed6 Repair setof codegen 2023-02-11 18:10:36 +01:00
Tony Garnock-Jones 55d55d9ccf Publish
- @preserves/schema@0.21.9
2023-02-11 17:29:46 +01:00
Tony Garnock-Jones cd996bcbc7 Repair set schema parsing 2023-02-11 17:28:03 +01:00
Tony Garnock-Jones 26d65a4dd9 Release independent packages
preserves-schema@3.2.1

Generated by cargo-workspaces
2023-02-07 11:13:12 +01:00
Tony Garnock-Jones eef675cc0c Bump python version 2023-02-07 10:52:09 +01:00
Tony Garnock-Jones 156777cfa6 Publish
- @preserves/core@0.20.6
 - @preserves/schema@0.21.8
2023-02-07 10:50:12 +01:00
Tony Garnock-Jones 25f9f2c70c Bump main spec version 2023-02-07 10:47:50 +01:00
Tony Garnock-Jones eb28206b3e Bump schema spec version 2023-02-07 10:47:10 +01:00
Tony Garnock-Jones d73118fc77 Update implementations 2023-02-07 10:42:30 +01:00
Tony Garnock-Jones f5d7fde6f8 Update spec text 2023-02-07 10:35:03 +01:00
Tony Garnock-Jones 43312f5ead Repair syntax in schema.prs and regenerate schema.bin 2023-02-07 10:34:42 +01:00
Emery Hemingway 661e35a757 schema: order #f first in EmbeddedTypeName
Nim is taking the first option as the default initialization
value for Or types and #f is the default for EmbeddedTypeName.
2023-02-07 10:30:54 +01:00
Tony Garnock-Jones 23dbf3cb43 Repair multiple-glob common path usage. Closes #39 2023-02-04 17:07:16 +01:00
Tony Garnock-Jones 333503c772 Update dependencies 2023-02-04 11:58:51 +01:00
Tony Garnock-Jones 9559558831 Hack to allow external module paths to be symbols instead of strings 2023-02-02 21:56:12 +01:00
Tony Garnock-Jones c5974e0b00 Release independent packages
preserves-schema@3.2.0

Generated by cargo-workspaces
2023-01-31 15:08:45 +01:00
Tony Garnock-Jones b413d458f0 Include bundle (binary-encoded) in compiled output 2023-01-31 15:08:29 +01:00
Tony Garnock-Jones a51fc34700 Release independent packages
preserves-path@4.1.0
preserves-schema@3.1.0

Generated by cargo-workspaces
2023-01-28 22:39:11 +01:00
Tony Garnock-Jones 7f387d6d71 Support xrefs in schema compiler; offer Arc for languages 2023-01-28 22:38:14 +01:00
Tony Garnock-Jones acbc1c5fe5 Link to FeepingCreature's post 2023-01-23 10:36:44 +01:00
Tony Garnock-Jones 04d8201e08 Release independent packages
preserves@3.0.0
preserves-path@4.0.2
preserves-schema@3.0.3
preserves-tools@3.0.2

Generated by cargo-workspaces
2023-01-16 14:56:04 +01:00
Tony Garnock-Jones 5bee5fb247 Major bump to rust preserves because of the new numerics/symbol syntax 2023-01-16 14:55:08 +01:00
Tony Garnock-Jones 560267d0d4 Release independent packages
preserves-schema@3.0.2

Generated by cargo-workspaces
2023-01-08 13:13:00 +01:00
Tony Garnock-Jones fcf58f0dc0 Reader, it was *not* right. 2023-01-08 13:11:49 +01:00
Tony Garnock-Jones 502e83c26d Publish
- @preserves/core@0.20.5
 - @preserves/schema@0.21.7
2023-01-05 15:14:06 +01:00
Tony Garnock-Jones 340f809c55 isSequence 2023-01-05 15:13:23 +01:00
Tony Garnock-Jones a8d7fda89e merge-preserves 2022-11-28 22:38:23 +01:00
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
Tony Garnock-Jones 351feba8d2 Benchmark profiling 2022-10-29 13:16:52 +02:00
Tony Garnock-Jones fd676e8f53 Allow ag to ignore scratch directory 2022-10-26 16:52:55 +02:00
Tony Garnock-Jones 0b94af3a52 Release independent packages
preserves@2.5.0

Generated by cargo-workspaces
2022-10-26 16:01:48 +02:00
Tony Garnock-Jones 52de025c21 Parsing and reading via TextReader/TextWriter 2022-10-26 16:00:48 +02:00
Tony Garnock-Jones a1043f406c It has moved beyond proposal really now 2022-10-26 13:35:22 +02:00
Tony Garnock-Jones b5e2eeae46 Release independent packages
preserves@2.4.1
preserves-path@4.0.1
preserves-schema@3.0.1
preserves-tools@3.0.1

Generated by cargo-workspaces
2022-10-26 13:31:17 +02:00
Tony Garnock-Jones 1804fa3918 Prepare to try out cargo-workspaces as release tool 2022-10-26 13:30:45 +02:00
Tony Garnock-Jones ad1aec3d89 Reject odd number of hexits rather than ignoring the lone trailing hexit 2022-10-26 12:49:49 +02:00
Tony Garnock-Jones fd121cfb4c Bump versions 2022-10-24 14:39:07 +02:00
Tony Garnock-Jones f88e3ca85c Unused arg 2022-10-24 14:38:51 +02:00
Tony Garnock-Jones be7b8e6477 Adjust quantification for Deserialize trait 2022-10-24 14:30:43 +02:00
Tony Garnock-Jones 703d5ac602 Merge branch 'readme' into 'main'
Update URL for Preserves-Nim

See merge request preserves/preserves!6
2022-10-18 07:24:49 +00:00
Emery Hemingway a15cb4fb53 Update URL for Preserves-Nim 2022-10-13 23:17:41 -05:00
Tony Garnock-Jones fbda60c96b Merge branch 'schema-notes' into 'main'
Note on ordering and default initialization

See merge request preserves/preserves!5
2022-08-23 13:28:31 +00:00
Tony Garnock-Jones 4b98acf8ba preserves-python version 0.16.1 2022-07-22 10:24:30 +02:00