Commit Graph

1099 Commits

Author SHA1 Message Date
Tony Garnock-Jones 9cc537abf8 Feed back clarifications from the cheatsheet version of the text grammar 2023-10-17 10:40:29 +02:00
Tony Garnock-Jones 6a56dad886 Better responsiveness 2023-10-17 10:01:07 +02:00
Tony Garnock-Jones 7b4724f795 Another tweak 2023-10-17 02:24:14 +02:00
Tony Garnock-Jones 5b2db04a05 Tweak 2023-10-17 02:21:15 +02:00
Tony Garnock-Jones 3253c665d6 Fix specification of binchar 2023-10-17 02:18:52 +02:00
Tony Garnock-Jones a123630bb5 Fix unstyled width of gitlab logo 2023-10-17 02:18:28 +02:00
Tony Garnock-Jones 04e1c1b0b1 Fix cheatsheet style on small screens 2023-10-17 02:01:23 +02:00
Tony Garnock-Jones 71ead5abb7 Further small improvements 2023-10-17 01:34:21 +02:00
Tony Garnock-Jones 9f0217b22a Tiny tweak 2023-10-17 01:03:56 +02:00
Tony Garnock-Jones 0f08461ccc More tweaks and repairs 2023-10-17 01:00:54 +02:00
Tony Garnock-Jones 53e15bc46c Tweaks and repairs 2023-10-17 00:49:56 +02:00
Tony Garnock-Jones 3360e013a4 Work on cheatsheets 2023-10-17 00:31:10 +02:00
Tony Garnock-Jones 01a766c974 Fix examples; tweak opening text 2023-10-16 18:20:55 +02:00
Tony Garnock-Jones 5aee3af65a Update why-not-json 2023-10-16 15:31:25 +02:00
Tony Garnock-Jones 82f8bf1e0f Link to C and C++ impls 2023-10-15 16:07:45 +02:00
Tony Garnock-Jones bc1f4f0ae5 Manually bump versions because I can never figure out how cargo workspaces is supposed to work 2023-10-15 12:20:51 +02:00
Tony Garnock-Jones 82903af6c0 Update python docs 2023-10-15 12:12:22 +02:00
Tony Garnock-Jones 8ba216ff96 Python package version 0.990.0 2023-10-15 12:08:49 +02:00
Tony Garnock-Jones e3d67af17f Publish
- @preserves/core@0.990.0
 - @preserves/schema@0.990.0
2023-10-15 11:40:06 +02:00
Tony Garnock-Jones 22e4d0b272 Give a little room to move 2023-10-15 11:39:44 +02:00
Tony Garnock-Jones c649339ab5 Spec version 0.99.0 2023-10-15 11:38:18 +02:00
Tony Garnock-Jones 683ef11587 Tweak run-jekyll script 2023-10-15 11:18:28 +02:00
Tony Garnock-Jones 486528416d Simplify illustrative example 2023-10-15 01:21:59 +02:00
Tony Garnock-Jones 202d92d237 Rationale note about annotation binary syntax 2023-10-15 01:16:46 +02:00
Tony Garnock-Jones 5d0bf91d30 Repair varint() definition in cheatsheet 2023-10-15 01:04:01 +02:00
Tony Garnock-Jones f47786871c Tweak 2023-10-15 00:49:09 +02:00
Tony Garnock-Jones 3b89cbe880 Switch back to prefix-format binary annotations 2023-10-15 00:35:25 +02:00
Tony Garnock-Jones b7a2acf65b Update implementations for simplified binary syntax.
As part of this, I noticed a problem when updating the Rust
implementation. With the BF..84 design for annotations, if you are
wanting to skip annotations—for example, if you're parsing
incrementally, SAX-style, ignoring annotations—then with any
parenthesised form you have to remember to check for and skip something
after reading a term. This is awkward, so I want to revisit the design
of annotations and go back to the prefix-form (85..) of the
current-mainline design.
2023-10-14 21:29:09 +02:00
Tony Garnock-Jones 6cbfefc76d Simplify text further 2023-10-13 14:21:40 +02:00
Tony Garnock-Jones 0cdcc1d8e7 Merge branch 'main' into simplify-syntax 2023-10-13 14:04:39 +02:00
Tony Garnock-Jones 8edb657603 Preserves really uses Unicode scalar values, not code points. 2023-10-13 14:01:21 +02:00
Tony Garnock-Jones ad3da3896b Publish
- @preserves/core@0.22.1
 - @preserves/schema@0.22.4
2023-10-02 21:00:09 +02:00
Tony Garnock-Jones c395265c3b Generalize preserves formatter 2023-10-02 20:59:14 +02:00
Tony Garnock-Jones 930964ca05 cargo fmt 2023-07-21 18:15:30 +02:00
Tony Garnock-Jones 32ee76f7d8 Add rustfmt_skip to generated files 2023-07-21 18:14:47 +02:00
Tony Garnock-Jones 08e62fd681 Merge remote-tracking branch 'origin/mr/11' 2023-07-21 17:42:26 +02:00
Bruce Mitchener a618987545 preserves-schema: Remove useless `vec!`.
Since `decode_lit` takes a `&[u8]`, no `vec!` is needed here.
2023-07-17 11:59:43 +07:00
Bruce Mitchener acfacd636b preserves-tools: deps: Update to clap 3 release.
This was previously using a beta release. This helps move towards
updating to the current v4 release.
2023-07-17 11:46:48 +07:00
Tony Garnock-Jones 6f085a7192 Repair examples 2023-06-27 22:27:41 +02:00
Tony Garnock-Jones 775741f944 Update tagging scheme 2023-06-27 22:19:52 +02:00
Tony Garnock-Jones 5562add7ba Sketches of new Ref layouts 2023-06-27 21:25:19 +02:00
Tony Garnock-Jones 829ff5c3c5 Tweaks 2023-06-27 21:25:09 +02:00
Tony Garnock-Jones 9f556fd9e6 Experiment with zero-copy format 2023-06-24 00:49:12 +02:00
Tony Garnock-Jones 54b9bb6f25 Repair machineword reads 2023-06-23 22:34:38 +02:00
Tony Garnock-Jones ae02cff81d Fix annotations; progress on integers 2023-06-23 22:28:31 +02:00
Tony Garnock-Jones 3c76819687 Annotations draft 2023-06-23 16:54:19 +02:00
Tony Garnock-Jones 9c5368b69b Binary writer draft 2023-06-23 15:40:05 +02:00
Tony Garnock-Jones 60f23286e2 Fix EOF handling; BigNum 2023-06-23 09:07:19 +02:00
Tony Garnock-Jones 8788a72a8d Binary codec (not yet working) 2023-06-21 00:45:04 +02:00
Tony Garnock-Jones 3c8d9dcf98 Google Test C++ library 2023-06-19 23:53:23 +02:00