issues
search
ayecue
/
miniscript-vs
VSCode extension for MiniScript.
https://marketplace.visualstudio.com/items?itemName=ayecue.miniscript-vs
MIT License
3
stars
0
forks
source link
0.4.9
#16
Closed
ayecue
closed
8 months ago
ayecue
commented
8 months ago
Includes
allow super being reassigned
fix super not using proper origin when calling a function of parent
set super to null if there is no parent class
improve parser recovery from invalid syntax
use backpatching to enable similar MiniScript parsing of blocks
Includes