pocketlang/cli
Thakee Nathees 20b99c60b3 script renamed to modules
The name script is missleading as it only refering to the scripts
(the files that contain the statements) where as it could also
be the native module objects containing collection of native
functions.

After this commit, native functions can also have set owner module
and it won't be as confusing as before.
2022-04-11 14:08:00 +05:30
..
thirdparty CLI argparse implementation. (#136) 2021-06-24 23:08:44 +05:30
common.h pk_var changed to pk_value and some minor changes 2022-04-07 06:13:29 +05:30
internal.h script renamed to modules 2022-04-11 14:08:00 +05:30
main.c copyright notice updated for 2022 (#172) 2022-04-03 00:09:57 +05:30
modules.c copyright notice updated for 2022 (#172) 2022-04-03 00:09:57 +05:30
modules.h copyright notice updated for 2022 (#172) 2022-04-03 00:09:57 +05:30
repl.c fn, cls moved to constants buffer 2022-04-11 00:02:21 +05:30
thirdparty.c copyright notice updated for 2022 (#172) 2022-04-03 00:09:57 +05:30
utils.c copyright notice updated for 2022 (#172) 2022-04-03 00:09:57 +05:30
utils.h copyright notice updated for 2022 (#172) 2022-04-03 00:09:57 +05:30