cmd
Like what would urfave/cli integration look
2022-10-11 09:46:35 -04:00
.gitignore
Reduce required args to new parser
2022-06-06 19:06:50 -04:00
argh_test.go
Playing with terribly benchmarks
2022-07-17 08:42:22 -04:00
argh.go
Handle remaining skipped cases
2022-05-29 19:04:31 -04:00
go.mod
Like what would urfave/cli integration look
2022-10-11 09:46:35 -04:00
go.sum
Like what would urfave/cli integration look
2022-10-11 09:46:35 -04:00
Makefile
Add a Makefile and update/alter deps
2022-07-16 10:22:47 -04:00
node.go
Handle remaining skipped cases
2022-05-29 19:04:31 -04:00
nvalue_string.go
Handle bare assignments as syntax error + NValue rework
2022-05-16 08:24:24 -04:00
parser_config.go
Like what would urfave/cli integration look
2022-10-11 09:46:35 -04:00
parser_error.go
Renaming some error list bits & testing windows-like
2022-05-29 21:12:57 -04:00
parser_test.go
Declare correct module name
2022-07-10 17:55:47 -04:00
parser.go
Pointers and nils again
2022-06-07 09:47:12 -04:00
querier_test.go
Declare correct module name
2022-07-10 17:55:47 -04:00
querier.go
Use parser2 in querier tests
2022-05-27 08:22:07 -04:00
README.md
A bit more coverage + say things in README
2022-07-10 17:36:13 -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_test.go
A bit more coverage + say things in README
2022-07-10 17:36:13 -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