pocketlang/tests/lang
Thakee Nathees 6e91b66e69 else if change to elif again.
The primary purpose of this change is to disambiguate between
`else if` and `else \n if`.

Even though it's a breaking change, since it's at the very early
state we're allowed to make such breaking syntax change.

lang.write function moved to io and io.stdin, io.stdout, io.stderr
added for future streamed io operations

io.File read, write, open, close, getline, seek, tell implemented

str * int multiplication implemented
2022-05-24 15:31:36 +05:30
..
imports import statements are refactored. 2022-05-06 11:16:48 +05:30
basics.pk else if change to elif again. 2022-05-24 15:31:36 +05:30
builtin_fn.pk negative index, range slice and more 2022-05-08 23:19:33 +05:30
builtin_ty.pk some builtin class methods were added 2022-05-23 23:47:28 +05:30
class.pk else if change to elif again. 2022-05-24 15:31:36 +05:30
closure.pk documentations are refactored 2022-05-07 17:47:58 +05:30
controlflow.pk else if change to elif again. 2022-05-24 15:31:36 +05:30
fibers.pk self initialization and constructor calls implemented 2022-04-21 15:17:32 +05:30
functions.pk documentations are refactored 2022-05-07 17:47:58 +05:30
import.pk else if change to elif again. 2022-05-24 15:31:36 +05:30
tco.pk docs were fully refactored (#175) 2022-04-04 08:47:15 +05:30