issues
search
yasl-lang
/
yasl
Bytecode Interpreter for Yet Another Scripting Language (YASL).
MIT License
65
stars
14
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
more GC work
#493
CoffeeTableEspresso
closed
3 months ago
0
add dummy parameters to most binary and unary op codes
#492
CoffeeTableEspresso
opened
6 months ago
0
v0.13.6
#491
CoffeeTableEspresso
opened
7 months ago
0
v0.13.6
#490
CoffeeTableEspresso
closed
7 months ago
0
From C API, have `echo` disabled by default (to help with sandboxing)
#489
CoffeeTableEspresso
opened
7 months ago
0
Make the "any" pattern `?` rather than `*`
#488
CoffeeTableEspresso
opened
7 months ago
0
Don't treat newlines as `;` within `(...)`, `table`, `list`, and `"..."`
#487
CoffeeTableEspresso
opened
7 months ago
1
Have default representation of all object in YASL (even ones without a `tostr`) method.
#486
CoffeeTableEspresso
opened
7 months ago
0
Add `package`
#485
CoffeeTableEspresso
opened
7 months ago
0
rename `error` to `panic`.
#484
CoffeeTableEspresso
opened
7 months ago
0
Try
#483
CoffeeTableEspresso
closed
7 months ago
0
v0.13.5
#482
CoffeeTableEspresso
closed
7 months ago
0
MinGW bot breaks if we have more than 507 script tests
#481
CoffeeTableEspresso
opened
8 months ago
0
v0.13.4
#480
CoffeeTableEspresso
closed
8 months ago
0
v0.13.3
#479
CoffeeTableEspresso
closed
8 months ago
0
v0.13.2
#478
CoffeeTableEspresso
closed
8 months ago
0
Add missing function declaration and definitions
#477
ryco117
closed
8 months ago
0
Explicitly state that the function array does not need to be mutable
#476
ryco117
closed
1 year ago
0
Replace unconditional YASL_SUCCESS returns with void
#475
ryco117
opened
1 year ago
0
Tag equality is based on memory address
#474
ryco117
opened
1 year ago
1
Efficiency gain by having `YASL_peekcstr()` return the managed reference (possibly `const`)
#473
ryco117
closed
8 months ago
1
Calling `require` too late in file causes crash.
#472
CoffeeTableEspresso
opened
1 year ago
1
raw strings for `table` keys
#471
CoffeeTableEspresso
opened
1 year ago
0
v0.13.1
#470
CoffeeTableEspresso
closed
9 months ago
0
`match` broken with `return`
#469
CoffeeTableEspresso
closed
1 year ago
1
Add parameter to compiler to keep track of stack height.
#468
CoffeeTableEspresso
closed
1 year ago
0
v0.13.0
#467
CoffeeTableEspresso
closed
1 year ago
0
Add `str.spread` function
#466
CoffeeTableEspresso
closed
1 year ago
1
Add `char` and `ord` functions to convert between numbers and characters.
#465
CoffeeTableEspresso
closed
1 year ago
1
First attempt at PowerShell driven Windows automation
#464
ryco117
closed
1 year ago
1
Fix printing UTF-8 read from file on Windows
#463
ryco117
closed
1 year ago
0
v0.12.4
#462
CoffeeTableEspresso
closed
1 year ago
0
disallow lookups in metatables with `.`
#461
CoffeeTableEspresso
closed
1 year ago
0
Make `.` not look in meta-tables
#460
CoffeeTableEspresso
closed
1 year ago
2
fix `list.search`
#459
CoffeeTableEspresso
closed
1 year ago
0
Windows Unicode Fail?
#458
ryco117
opened
1 year ago
2
Fix LF bug on Windows (fseek in text mode, yadda)
#457
ryco117
closed
1 year ago
0
Add `searchall` functions
#456
CoffeeTableEspresso
opened
1 year ago
0
v0.12.3
#455
CoffeeTableEspresso
closed
1 year ago
0
`YASL_declglobal` does not validate argument
#454
CoffeeTableEspresso
closed
1 year ago
1
v0.12.2
#453
CoffeeTableEspresso
closed
1 year ago
0
`list.search` searches from end to start instead of start to end
#452
CoffeeTableEspresso
closed
1 year ago
2
indexing a `str` of length `0` from the end gives confusing error message
#451
CoffeeTableEspresso
closed
2 years ago
1
WIP
#450
CoffeeTableEspresso
opened
2 years ago
0
v0.12.1
#449
CoffeeTableEspresso
closed
2 years ago
0
v0.12.0
#448
CoffeeTableEspresso
closed
2 years ago
0
fix `continue` in loops
#447
CoffeeTableEspresso
closed
2 years ago
1
`str->tolist(size)`
#446
CoffeeTableEspresso
closed
2 years ago
1
`contains` function, for `str` and `set`
#445
CoffeeTableEspresso
closed
7 months ago
1
add `list->resize` method to increase/decrease size of list.
#444
CoffeeTableEspresso
closed
1 year ago
1
Next