pocketlang/cli
Thakee Nathees d8d229b0fb tcc build supported.
inorder to support tcc, I need to remove some math functions that
tcc on windows doesn't support (v language is using openlibm).
This is temproarly and the math functions should be moved to it's
own math script module once the import system is refactored.

TCC build tested with the binary downloaded from --
https://download.savannah.gnu.org/releases/tinycc/tcc-0.9.27-win64-bin.zip
(download link from the https://bellard.org/tcc/ website), and this
should be added to the CI workflow.
2022-04-16 09:37:38 +05:30
..
modules modules were moved to cli/modules 2022-04-15 19:30:26 +05:30
thirdparty/argparse tcc build supported. 2022-04-16 09:37:38 +05:30
all.c modules were moved to cli/modules 2022-04-15 19:30:26 +05:30
internal.h modules were moved to cli/modules 2022-04-15 19:30:26 +05:30
main.c modules were moved to cli/modules 2022-04-15 19:30:26 +05:30
native.py modules were moved to cli/modules 2022-04-15 19:30:26 +05:30
repl.c fn, cls moved to constants buffer 2022-04-11 00:02:21 +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