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 29de5e3867
Handle bare assignments as syntax error + NValue rework
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 More fun with parser and parse tree tests 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 Ensure program and commands can also receive positional arg values 2 years ago
nvalue_string.go Handle bare assignments as syntax error + NValue rework 2 years ago
parse_tree.go Handle variable count flag values 2 years ago
parser.go Handle bare assignments as syntax error + NValue rework 2 years ago
parser_test.go Handle bare assignments as syntax error + NValue rework 2 years ago
scanner.go Handle bare assignments as syntax error + NValue rework 2 years ago
token.go Making a mess with command line parsing 2 years ago
token_string.go Making a mess with command line parsing 2 years ago

README.md

argh command line parser

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