box-o-sand/argh
2022-05-16 08:24:24 -04:00
..
cmd/argh Yet more argh implementation fun 2022-05-13 20:58:55 -04:00
argh.go More fun with parser and parse tree tests 2022-05-14 20:58:09 -04:00
go.mod Yet more argh implementation fun 2022-05-13 20:58:55 -04:00
go.sum Yet more argh implementation fun 2022-05-13 20:58:55 -04:00
node.go Ensure program and commands can also receive positional arg values 2022-05-15 20:55:54 -04:00
nvalue_string.go Handle bare assignments as syntax error + NValue rework 2022-05-16 08:24:24 -04:00
parse_tree.go Handle variable count flag values 2022-05-15 14:22:56 -04:00
parser_test.go Handle bare assignments as syntax error + NValue rework 2022-05-16 08:24:24 -04:00
parser.go Handle bare assignments as syntax error + NValue rework 2022-05-16 08:24:24 -04:00
README.md More fun with parser and parse tree tests 2022-05-14 20:58:09 -04:00
scanner.go Handle bare assignments as syntax error + NValue rework 2022-05-16 08:24:24 -04:00
token_string.go Making a mess with command line parsing 2022-05-11 22:11:05 -04:00
token.go Making a mess with command line parsing 2022-05-11 22:11:05 -04:00

argh command line parser

NOTE: much of this is lifted from https://blog.gopheracademy.com/advent-2014/parsers-lexers/