box-o-sand/argh
2022-05-22 21:43:02 -04:00
..
cmd/argh Yet more argh implementation fun 2022-05-13 20:58:55 -04:00
argh.go Work on separate querier + cleanups 2022-05-18 20:15:31 -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 Continuing the work with parser that's more like go/parser 2022-05-22 20:49:11 -04:00
nvalue_string.go Handle bare assignments as syntax error + NValue rework 2022-05-16 08:24:24 -04:00
parser2_test.go Do AST better maybe? 2022-05-22 21:43:02 -04:00
parser2.go Continuing the work with parser that's more like go/parser 2022-05-22 20:49:11 -04:00
parser_config.go Continuing the work with parser that's more like go/parser 2022-05-22 20:49:11 -04:00
parser_test.go Continuing the work with parser that's more like go/parser 2022-05-22 20:49:11 -04:00
parser.go Continuing the work with parser that's more like go/parser 2022-05-22 20:49:11 -04:00
querier_test.go Continuing the work with parser that's more like go/parser 2022-05-22 20:49:11 -04:00
querier.go Do AST better maybe? 2022-05-22 21:43:02 -04:00
README.md More fun with parser and parse tree tests 2022-05-14 20:58:09 -04:00
scanner_config.go Continuing the work with parser that's more like go/parser 2022-05-22 20:49:11 -04:00
scanner_error.go Continuing the work with parser that's more like go/parser 2022-05-22 20:49:11 -04:00
scanner.go Continuing the work with parser that's more like go/parser 2022-05-22 20:49:11 -04:00
token_string.go Making a mess with a parser that works more like go/parser 2022-05-22 08:47:45 -04:00
token.go Continuing the work with parser that's more like go/parser 2022-05-22 20:49:11 -04:00

argh command line parser

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