issues
search
ThakeeNathees
/
pocketlang
A lightweight, fast embeddable scripting language.
https://thakeenathees.github.io/pocketlang/
MIT License
1.52k
stars
80
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Embedded systems
#300
davidvfx07
opened
4 months ago
2
C interop?
#299
arjunmenon
opened
5 months ago
1
Abandoned?
#298
yonas
opened
7 months ago
1
SIGSEGV on "import io" (and similar) when compiled without libs
#297
SmallJoker
opened
9 months ago
0
Minor spelling mistake, changed `calss` to `class`
#296
DevyDhanish
opened
12 months ago
0
Feature request
#295
marwal-88
opened
1 year ago
0
Please add syntax highlighting for Sublime Text
#294
ghost
opened
1 year ago
0
Save and load compiled bytecode?
#293
jarroddavis68
opened
1 year ago
1
native API not documented
#289
chriscamacho
opened
2 years ago
0
CudaText lexer
#288
ghost
opened
2 years ago
0
[Enhancement] add compile and eval for metaprogramming
#285
khchen
opened
2 years ago
0
[Enhancement] conditional expression
#284
khchen
opened
2 years ago
0
[Design] command like function call
#283
khchen
opened
2 years ago
0
[Enhancement] add iterator protocol for object
#282
khchen
opened
2 years ago
0
[Design] reconstruction magic methods
#281
khchen
opened
2 years ago
2
[Bugfix] native class can be inherited in script
#280
khchen
opened
2 years ago
0
class instance can be callable by adding _call method
#279
khchen
closed
2 years ago
1
[Design] variale number of arguments and default values
#278
khchen
opened
2 years ago
0
[Bugfix] fix compiler bug that cause crash when parsing 1!
#277
khchen
opened
2 years ago
0
access class and instance attribs by '_attr'
#276
khchen
closed
2 years ago
1
Should term and json be builtin module?
#275
khchen
opened
2 years ago
0
[Enhancement] modify stringSplit to support \x00 and empty string
#274
khchen
opened
2 years ago
0
[Module] add algorithm module
#273
khchen
opened
2 years ago
0
[Design] add copy constructor of List and Map (BREAKING)
#272
khchen
opened
2 years ago
0
[Enhancement] add string format support (modulo operator)
#271
khchen
opened
2 years ago
0
[Enhancement] add arity attribute for method
#270
khchen
opened
2 years ago
0
[Enhancement] add experimental error handling: Fiber.try() and built-in raise()
#269
khchen
opened
2 years ago
0
[Module] add random module
#268
khchen
opened
2 years ago
0
[Enhancement] add raw string support
#267
khchen
opened
2 years ago
0
[Module] Add re module for easy regular expressions operations
#266
khchen
opened
2 years ago
0
[Bugfix] fix tests/native/dl/mylib.c
#265
khchen
opened
2 years ago
0
[Bugfix] fix pkIsSlotInstanceOf bug
#264
khchen
opened
2 years ago
0
Add copy constructor of List and Map (BREAKING).
#263
khchen
closed
2 years ago
1
[Enhancement] Add Map.length, Map.keys, Map.values.
#262
khchen
opened
2 years ago
0
allow dollar sign in string by doubling it.
#261
khchen
closed
2 years ago
0
[Enhancement] Add List.join(sep="") method.
#260
khchen
opened
2 years ago
0
List(n) constructor returns empty list in length of n, instead of [n]… (BREAKING)
#259
khchen
closed
2 years ago
1
[Enhancement] add List.resize(n)
#258
khchen
opened
2 years ago
0
[Bugfix] fix error message in pkCheckArgcRange().
#257
khchen
opened
2 years ago
0
Some enhancements/improvements ...
#256
khchen
closed
2 years ago
2
Function with variadic parameters in script.
#255
khchen
opened
2 years ago
2
Can parameter be declared with a default value ?
#254
khchen
opened
2 years ago
2
fix typo
#253
komialasse
closed
2 years ago
0
static attribute to class added
#252
ThakeeNathees
closed
2 years ago
0
method bind implemented
#251
ThakeeNathees
closed
2 years ago
0
docstrings support added
#250
ThakeeNathees
closed
2 years ago
0
minor enhancements/improvements
#249
ThakeeNathees
closed
2 years ago
0
Minor enhansments
#248
ThakeeNathees
closed
2 years ago
0
json library added
#247
ThakeeNathees
closed
2 years ago
0
Extension module implemented
#246
ThakeeNathees
closed
2 years ago
0
Next