pocketlang/tests/lang
Thakee Nathees 5bc9dcad6b method bind implemented
- MethodBind type added.
- Now methods are first class and can be passed around as arguments
  store as a variable and return it from a function and they're first
  class callbales.
- Can bind instance to a method bind using .bind() method
- Class.methods() method added -> return a list of all methods as
  method binds
- Module.globals() method added -> returns a list of all globals
  of that module.
- Var._class -> attribute added which will return the class of the
  variable
- Class.name, MethodBind.name, Closure.name attribute and Modue._name
  attribute added
- Class._docs, Closure._docs, MethodBind._docs attribute added
- MethodBind.instance attribute added
2022-06-06 02:47:31 +05:30
..
imports import statements are refactored. 2022-05-06 11:16:48 +05:30
basics.pk docstrings support added for native functions 2022-06-05 23:20:53 +05:30
builtin_fn.pk json library added 2022-06-01 01:49:39 +05:30
builtin_ty.pk method bind implemented 2022-06-06 02:47:31 +05:30
class.pk method bind implemented 2022-06-06 02:47:31 +05:30
closure.pk documentations are refactored 2022-05-07 17:47:58 +05:30
controlflow.pk term library added 2022-05-27 18:59:52 +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