pocketlang/cli/thirdparty/argparse
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
..
argparse.c tcc build supported. 2022-04-16 09:37:38 +05:30
argparse.h CLI argparse implementation. (#136) 2021-06-24 23:08:44 +05:30
LICENSE CLI argparse implementation. (#136) 2021-06-24 23:08:44 +05:30