pocketlang/tests/lang
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
..
import fn, cls moved to constants buffer 2022-04-11 00:02:21 +05:30
basics.pk name interpolation implemented 2022-04-05 10:22:23 +05:30
builtin_fn.pk string interpolation implemented (1/2) 2022-04-05 08:27:46 +05:30
class.pk class implemented 2021-06-21 12:13:37 +05:30
closure.pk closures were completely added. 2022-04-13 14:31:57 +05:30
controlflow.pk docstring for pocket functions implemented 2021-06-18 14:52:24 +05:30
core.pk tcc build supported. 2022-04-16 09:37:38 +05:30
fibers.pk Move fiber functions to module Fiber (#113) 2021-06-23 09:48:15 +05:30
functions.pk local variable miss-calculation bug fix 2022-04-12 16:29:20 +05:30
import.pk un used functions were removed (#174) 2022-04-03 21:03:12 +05:30
tco.pk docs were fully refactored (#175) 2022-04-04 08:47:15 +05:30