Command line parsing mess
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Dan Buch c0ae6d8588
Continuing the work with parser that's more like go/parser
2 years ago
cmd/argh Yet more argh implementation fun 2 years ago
README.md More fun with parser and parse tree tests 2 years ago
argh.go Work on separate querier + cleanups 2 years ago
go.mod Yet more argh implementation fun 2 years ago
go.sum Yet more argh implementation fun 2 years ago
node.go Continuing the work with parser that's more like go/parser 2 years ago
nvalue_string.go Handle bare assignments as syntax error + NValue rework 2 years ago
parser.go Continuing the work with parser that's more like go/parser 2 years ago
parser2.go Continuing the work with parser that's more like go/parser 2 years ago
parser2_test.go Continuing the work with parser that's more like go/parser 2 years ago
parser_config.go Continuing the work with parser that's more like go/parser 2 years ago
parser_test.go Continuing the work with parser that's more like go/parser 2 years ago
querier.go Continuing the work with parser that's more like go/parser 2 years ago
querier_test.go Continuing the work with parser that's more like go/parser 2 years ago
scanner.go Continuing the work with parser that's more like go/parser 2 years ago
scanner_config.go Continuing the work with parser that's more like go/parser 2 years ago
scanner_error.go Continuing the work with parser that's more like go/parser 2 years ago
token.go Continuing the work with parser that's more like go/parser 2 years ago
token_string.go Making a mess with a parser that works more like go/parser 2 years ago

README.md

argh command line parser

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