issues
search
katsaii
/
catspeak-lang
A cross-platform modding language for GameMaker games.
https://www.katsaii.com/catspeak-lang/
MIT License
94
stars
6
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Call Catspeak functions with no execution time limit
#143
katsaii
opened
2 weeks ago
0
Dev 3.1.2 - Further patch for built-in functions with optional args
#142
katsaii
closed
3 weeks ago
0
Dev 3.1.2 - Removed unneeded `method_get_index`
#141
tinkerer-red
closed
1 month ago
0
Dev 3.1.2 - Added `catspeak_get_self` and `catspeak_get_index`
#140
tabularelf
closed
2 months ago
2
Adding a way of tagging compiled Catspeak programs with a filename
#139
tabularelf
opened
2 months ago
0
Dev 3.1.2 - Add codegen for simple calls with 4 and 5 parameters (gets around an LTS runner bug)
#138
Harlem512
closed
3 months ago
4
Dev 3.1.1 - Documentation updates
#137
katsaii
closed
3 months ago
0
Dev 3.1.1 - Added method of exposing most GML functions and constants to Catspeak
#136
katsaii
closed
4 months ago
0
Dev 3.1.1 - Added `params` and `params_count`
#135
tabularelf
closed
4 months ago
2
Dev 3.1.1 - Updated documentation syntax highlighting to support inline code, .txt, and Catspeak highlighting
#134
katsaii
closed
4 months ago
0
Passing `undefined` to `catspeak_method` and then calling the result, causes a mess with scopes!
#133
tabularelf
opened
4 months ago
1
Fix 3.1.1 - Fixes self scope being incorrect
#132
tabularelf
closed
4 months ago
0
Dev 3.1.0 - Method short circuiting to expr_call_0-3
#131
tabularelf
closed
4 months ago
1
Dev 3.1.0 - Removed custom operators from the Catspeak language
#130
katsaii
closed
4 months ago
0
Dev 3.1.0 - Codegen additions + Added `with` loops to Catspeak
#129
katsaii
closed
4 months ago
0
Dev 3.1.0 - Misc refactors to documentation + Added `catspeak_execute`, `catspeak_execute_ext`, and `catspeak_method`
#128
katsaii
closed
4 months ago
0
Improve the function/constant/property interface pipeline
#127
katsaii
opened
4 months ago
0
[IR] Allow `allocLocal` to reuse a local that's already defined.
#126
tabularelf
closed
4 months ago
2
Expose everything
#125
katsaii
closed
4 months ago
0
Support string arguments on `exposeFunctionByName`
#124
katsaii
closed
4 months ago
0
Support built-in functions on `exposeFunctionByName`, `exposeFunctionByPrefix` and `exposeAsset`
#123
katsaii
closed
4 months ago
1
Dev 3.1.0 - Made documentation headers sticky
#122
katsaii
closed
5 months ago
0
Create `catspeak_execute` function
#121
katsaii
closed
4 months ago
1
[IR/Compiler] Add .createCall0-3 support
#120
tabularelf
closed
4 months ago
3
[IR/Compiler] Add push/pre conditions for for loops
#119
tabularelf
closed
4 months ago
0
[IR/Compiler] Add in pre/post callbacks for blocks
#118
tabularelf
closed
4 months ago
1
Compile-time GML function execution (functions that are exposed to Catspeak)
#117
tabularelf
opened
6 months ago
1
Dev 3.1.0 - Added in clearing locals (by resizing them)
#116
tabularelf
closed
7 months ago
0
Dev 3.1.0 - Removed deprecated syntax
#115
katsaii
closed
8 months ago
0
Dev 3.0.2 - Implemented `xor` operator
#114
katsaii
closed
11 months ago
0
Add `xor` operator
#112
katsaii
closed
11 months ago
0
Replace `:var` syntax with proper properties under a feature flag
#111
katsaii
closed
8 months ago
0
Remove/revisit `use` syntax
#110
katsaii
closed
8 months ago
0
Remove keyword rebinding
#109
katsaii
opened
1 year ago
0
Customise the lexer, parser, and code generator of a `CatspeakEnvironment`
#108
katsaii
closed
11 months ago
0
Update homepage to link 3.0.1 instead of beta 3
#107
katsaii
closed
1 year ago
0
Fix 3.0.1 - `.parseString` memory leak and wrong environment
#106
tabularelf
closed
1 year ago
0
Fix 3.0.1 - Fixed `catspeak_collect()` from crashing
#105
tabularelf
closed
1 year ago
0
Dev 3.0.0 - Polished docs and assorted bug fixes
#104
katsaii
closed
1 year ago
0
Simple documentation syntax highlighting
#103
katsaii
closed
4 months ago
0
Documentation dark theme
#102
katsaii
closed
1 year ago
0
Dev 3.0.0 - Documentation generator
#101
katsaii
closed
1 year ago
0
Generators
#100
katsaii
opened
1 year ago
0
Better accommodate nullish values when parsing Catspeak IR from JSON
#99
katsaii
closed
1 year ago
0
Add `is_catspeak` function
#98
katsaii
closed
1 year ago
0
Dev 3.0.0 - Implement `match` expression
#97
nonk123
closed
1 year ago
0
Support an unlimited number of `-`s in comments
#96
katsaii
closed
4 months ago
1
Remove old operator overloading behaviour from the lexer
#95
katsaii
closed
4 months ago
0
Shorthand interface access
#94
katsaii
closed
1 year ago
0
Dev 3.0.0 - Adds "dynamic constant" feature
#93
JujuAdams
closed
1 year ago
0
Next