• Joined on 2023-08-12
torque pushed to zig-3.8.2 at factotum/libressl-portable 2023-11-07 00:58:52 -07:00
2b68369a2b check in v3.8.2 source
torque pushed to zig-build at factotum/libressl-portable 2023-11-07 00:58:43 -07:00
e2db88c634 build.zig: update for 3.8.2
torque pushed to zig-build at factotum/libressl-portable 2023-11-07 00:28:17 -07:00
213b9d18be build.zig: update for 3.8.2
c06f268a16 build.zig: fix copy-paste error in header search logic
9f96f4f711 build.zig: update for v3.8.1
e85e51738d add build.zig
bbf2737c2b move upstream readme
Compare 47 commits »
torque pushed to master at factotum/nats.zig 2023-11-06 23:32:56 -07:00
99daf922fd build: enable building protobuf-c and streaming support
7794532fb4 tests: fix for 3.7.0
Compare 2 commits »
torque pushed to master at factotum/nice-data 2023-11-06 21:45:34 -07:00
e8ddee5ab2 examples.reify: implement updated union/enum semantics
2f90ccba6f parser: accept 0-size tagged union values as scalars
d6e1e85ea1 parser: make tagged union field names respect expect_enum_dot
ed913ab3a3 state: properly update key order when preserving the last key
73575a43a7 readme: basic editing pass
Compare 5 commits »
torque pushed to master at factotum/nice-data 2023-10-22 17:49:20 -06:00
1c5d7af552 parser: don't leak on parseTo error
f371aa281c parser: default expect enum values with leading .
ce65dee71f parser: ostensibly fix sentinel handling
f371f16e2f slam dunk that minimum viable product vibe
f381edfff3 nice: chuck outdated format description comment
Compare 6 commits »
torque pushed to master at factotum/nice-data 2023-10-19 22:44:23 -06:00
cca7d61666 readme: produce excessive verbiage
torque pushed to master at factotum/nice-data 2023-10-18 22:34:15 -06:00
4690f0b808 parser: add option for case-insensitive scalar comparison
1f75ff6b8a readme: continue reading me
c83558de3e start adding the readme
4c966ca9d0 parser: reintroduce space strings and change token parsing strategy
Compare 4 commits »
torque pushed to master at factotum/nice-data 2023-10-18 01:20:54 -06:00
d64bf4e402 start adding the readme
258cf2ae83 parser: reintroduce space strings and change token parsing strategy
25386ac87a rename flow_(list|map) to inline_(list|map)
Compare 3 commits »
torque pushed to master at factotum/nats.zig 2023-10-14 19:26:27 -06:00
ff13f5e621 deps: vendor protobuf-c runtime library v1.4.1
torque pushed to zig-build at factotum/libressl-portable 2023-10-14 17:39:52 -06:00
dca6f532c8 build.zig: fix copy-paste error in header search logic
torque pushed to zig-3.8.1 at factotum/libressl-portable 2023-10-14 17:39:46 -06:00
25ec748968 build.zig: fix copy-paste error in header search logic
torque pushed to zig-3.8.0 at factotum/libressl-portable 2023-10-14 17:39:37 -06:00
0f084795d2 build.zig: fix copy-paste error in header search logic
torque pushed to master at factotum/nats.zig 2023-10-14 17:31:00 -06:00
41fbdf886b git subrepo pull --branch=v3.7.0 deps/nats.c
torque pushed to master at factotum/nice-data 2023-10-08 18:00:35 -06:00
8dd5463683 parser: change string and | semantics and expose slices in Value
torque pushed to master at factotum/nice-data 2023-10-04 23:55:13 -06:00
7db6094dd5 state/tokenizer: go completely the opposite direction re: whitespace
torque pushed to master at factotum/nice-data 2023-10-04 00:27:07 -06:00
1683197bc0 state: parse whitespace in flow objects a bit differently
c5e8921eb2 state: use inferred error sets
34ec58e0d2 value: implement parsing to objects
Compare 3 commits »
torque pushed to master at factotum/nice-data 2023-10-01 22:15:31 -06:00
0028092a4e parser: in theory, hook up the rest of the diagnostics
torque pushed to master at factotum/nice-data 2023-09-28 00:44:14 -06:00
01f98f9aff parser: start the arduous journey of hooking up diagnostics
3258e7fdb5 tokenizer: add finish function to check if there is trailing data
Compare 2 commits »
torque pushed to master at factotum/nice-data 2023-09-26 23:29:04 -06:00
0e60719c85 linebuffer: add strictness options