pocketlang/tests/lang
Thakee Nathees 8e04748f86 some builtin class methods were added
- check a string contains another with `in` keyword
- Number: isint, isbyte
- String: find, replace, split, startswith, endswith, strip
- Map: clear, has, get, pop
- list: insert, clear, find, pop
- removed str_sub builtin function as its redunent since we have
  range slice over strings.
- moved lower, upper attributes of strings as methods
2022-05-23 23:47:28 +05:30
..
imports import statements are refactored. 2022-05-06 11:16:48 +05:30
basics.pk More code enhancements (read bellow) 2022-05-23 03:48:35 +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 super class method call implemented 2022-05-01 20:24:07 +05:30
closure.pk documentations are refactored 2022-05-07 17:47:58 +05:30
controlflow.pk documentations are refactored 2022-05-07 17:47:58 +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 Minor code enhancements (read bellow) 2022-05-21 04:15:30 +05:30
tco.pk docs were fully refactored (#175) 2022-04-04 08:47:15 +05:30