• Joined on 2023-08-12
torque pushed to master at factotum/nice-data 2023-09-25 19:43:05 -06:00
7f82c24584 parser: implement streaming parser
torque pushed to master at torque/lore 2023-09-23 14:30:07 -06:00
96b950755b config: migrate flow parser into the main parser object
9c866970f8 config: remove some duplication in the parser
47f4a1c479 config: dupe map keys
e9cf908b61 config: use std.StringArrayHashMap for the map type
6415571d01 config: refactor LineTokenizer to use an internal line buffer
Compare 6 commits »
torque pushed to master at torque/lore 2023-09-22 01:53:34 -06:00
63ee3867be config: dupe map keys
a3c0935f1e config: use std.StringArrayHashMap for the map type
a88e890974 config: refactor LineTokenizer to use an internal line buffer
64dac2fd51 config: differentiate fields in Value
b18326a07a config: start doing some code cleanup
Compare 6 commits »
torque pushed to master at torque/lore 2023-09-22 01:48:25 -06:00
314969ec92 config: dupe map keys
1113550b5f config: use std.StringArrayHashMap for the map type
Compare 2 commits »
torque pushed to master at torque/lore 2023-09-22 01:48:07 -06:00
95a15adad7 config: dupe map keys
e9c70f0c1c config.zig: use std.StringArrayHashMap for the map type
9949835aa4 config: refactor LineTokenizer to use an internal line buffer
Compare 3 commits »
torque pushed to master at factotum/nats.zig 2023-09-19 12:37:02 -06:00
136ef10775 readme: fix build.zig example
torque pushed to master at torque/lore 2023-09-19 01:26:01 -06:00
6c1eb176be config: differentiate fields in Value
torque pushed to master at torque/lore 2023-09-18 01:01:45 -06:00
db8f6b6345 config: start doing some code cleanup
torque pushed to master at torque/lore 2023-09-18 00:09:32 -06:00
3b68f1dc7a config: add terminated strings
8b5a0114ef config: allow nested flow structures
ec875ef1f7 config: fix several things
Compare 3 commits »
torque created branch master in torque/lore 2023-09-15 00:51:13 -06:00
torque pushed to master at torque/lore 2023-09-15 00:51:13 -06:00
c8375d6d3a mostly functioning config parser
bff1fa95c9 ignominious dump of creation
torque created repository torque/lore 2023-09-15 00:50:48 -06:00
torque pushed to master at factotum/NOCLIP 2023-09-10 16:27:17 -06:00
35915191fb demo: update to use interfaces directly
76e8dedf14 command: add commandGroup function
Compare 2 commits »
torque commented on issue factotum/NOCLIP#4 2023-09-10 16:18:08 -06:00
Add fencing mechanism for disabling help output auto line wrapping

I've thought about using STX (\x02) and ETX (\x03) as the preformatted bracketing characters. The problem is that these are nonprinting and cannot be easily represented in a multiline string,…

torque commented on issue factotum/NOCLIP#3 2023-09-10 15:58:54 -06:00
Create null callback for group-only subcommands

introduced in a8652f71c464c6fc4da4f0266e4f17abf7c699f2.

torque closed issue factotum/NOCLIP#3 2023-09-10 15:58:54 -06:00
Create null callback for group-only subcommands
torque pushed to master at factotum/NOCLIP 2023-09-10 15:57:17 -06:00
419d8994ba demo: update to use interfaces directly
a8652f71c4 command: add commandGroup function
8ac610ae71 command, parser: try to clean up UserContext type handling
8bba68e5a9 help: still print 0-length argument descriptions
Compare 4 commits »
torque pushed to master at factotum/cmark-zig 2023-09-10 00:45:41 -06:00
3a73fbe312 kick out the jams
torque pushed to master at factotum/cmark-zig 2023-09-08 00:09:22 -06:00
ce0c1ae97c it's alive
torque pushed to master at factotum/cmark-zig 2023-09-06 23:17:08 -06:00
933f354077 more wrapping