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 0635987d4f
Making a mess with a parser that works 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 Making a mess with a parser that works more like go/parser 2 years ago
nvalue_string.go Handle bare assignments as syntax error + NValue rework 2 years ago
parser.go Making a mess with a parser that works more like go/parser 2 years ago
parser2.go Making a mess with a parser that works more like go/parser 2 years ago
parser2_test.go Making a mess with a parser that works more like go/parser 2 years ago
parser_config.go Making a mess with a parser that works more like go/parser 2 years ago
parser_test.go Minor bits while giving up (for now?) on command context 2 years ago
querier.go Work on separate querier + cleanups 2 years ago
querier_test.go Minor bits while giving up (for now?) on command context 2 years ago
scanner.go Making a mess with a parser that works more like go/parser 2 years ago
token.go Making a mess with a parser that works 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/