pocketlang/cli
Derick Alangi 44f836bf69
Fix gcc warning thrown to STDOUT about argv qualifier (#144)
Fix gcc warning 'char **' to parameter of type 'const char **' as
the library requires a 'const char**' instead of 'char**'.
2021-06-26 18:44:26 +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 Fix gcc warning thrown to STDOUT about argv qualifier (#144) 2021-06-26 18:44:26 +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