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 30449ba506
Pointers and nils again
2 years ago
cmd/argh-example Pointers and nils again 2 years ago
.gitignore Reduce required args to new parser 2 years ago
README.md More fun with parser and parse tree tests 2 years ago
argh.go Handle remaining skipped cases 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 Handle remaining skipped cases 2 years ago
nvalue_string.go Handle bare assignments as syntax error + NValue rework 2 years ago
parser.go Pointers and nils again 2 years ago
parser_config.go Pointers and nils again 2 years ago
parser_error.go Renaming some error list bits & testing windows-like 2 years ago
parser_test.go Pointers and nils again 2 years ago
querier.go Use parser2 in querier tests 2 years ago
querier_test.go Pointers and nils again 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
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/