pocketlang/cli
Thakee Nathees a22c4cb90d
CLI argparse implementation. (#136)
* argparse library added to third parth.

We're using argparse (https://github.com/cofyc/argparse) repo to parse
cli args.

* parsed arguments applied to the cli.

Co-authored-by: Derick Alangi <alangiderick@gmail.com>
2021-06-24 23:08:44 +05:30
..
thirdparty CLI argparse implementation. (#136) 2021-06-24 23:08:44 +05:30
common.h Native types & File object implementations. 2021-06-22 13:31:21 +05:30
internal.h Native types & File object implementations. 2021-06-22 13:31:21 +05:30
main.c CLI argparse implementation. (#136) 2021-06-24 23:08:44 +05:30
modules.c Native types & File object implementations. 2021-06-22 13:31:21 +05:30
modules.h Native types & File object implementations. 2021-06-22 13:31:21 +05:30
repl.c CLI argparse implementation. (#136) 2021-06-24 23:08:44 +05:30
thirdparty.c CLI argparse implementation. (#136) 2021-06-24 23:08:44 +05:30
utils.c some (minor) code cleanups 2021-06-11 13:16:55 +05:30
utils.h Native types & File object implementations. 2021-06-22 13:31:21 +05:30