issues
search
sp-uulm
/
MiniLua
MIT License
2
stars
4
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Partial Implementation of String Standardlibrary
#150
tn4799
closed
1 year ago
1
Implementation of require
#149
tn4799
closed
1 year ago
1
implement type metavariable
#148
Lythenas
closed
3 years ago
1
Implement table-functions
#147
tn4799
closed
3 years ago
1
Fix crash on parse error
#146
Lythenas
closed
3 years ago
1
implement table-functions
#145
tn4799
closed
3 years ago
1
More helper functions to select source changes
#144
Lythenas
opened
3 years ago
0
Cleanup
#143
Lythenas
closed
3 years ago
1
Fix scopes
#142
Lythenas
closed
3 years ago
1
Fix visability of local variables in nested do_statements / blocks
#141
CFU9
closed
3 years ago
0
New number parsing
#140
CFU9
closed
3 years ago
1
Fix tracking origins through metamethods
#139
Lythenas
closed
3 years ago
1
expressions are now valid prefixes
#138
CFU9
closed
3 years ago
1
Rebuild Gui
#137
tn4799
closed
3 years ago
1
New environment is created when running the interpreter
#136
tn4799
closed
3 years ago
0
Implement BadArgumentError and a Stacktrace
#135
Lythenas
closed
3 years ago
1
Calling an expression
#134
Lythenas
closed
3 years ago
0
fixed issues with parantheses in binary operations
#133
CFU9
closed
3 years ago
1
Make the "bad argument" exceptions easier to create
#132
Lythenas
closed
3 years ago
0
implemented method calls
#131
CFU9
closed
3 years ago
1
Implementing io.open and the file-functions
#130
tn4799
closed
3 years ago
1
Parse negative number literals directly
#129
Lythenas
closed
3 years ago
0
Implement reverse for the remaining operators
#128
Lythenas
opened
3 years ago
0
Gui example for the new interpreter
#127
Lythenas
closed
3 years ago
1
Initial testing harness for lua files
#126
Lythenas
closed
3 years ago
1
Crash when parsing some strange code
#125
Lythenas
closed
3 years ago
3
Desugar
#124
CFU9
closed
3 years ago
1
Add metatables
#123
Lythenas
closed
3 years ago
1
Metatables
#122
Lythenas
closed
3 years ago
0
Don't allow Nil as table key
#121
Lythenas
closed
3 years ago
1
Don't return functions from the interpreter
#120
Lythenas
closed
3 years ago
1
Improve origin and source change handling
#119
Lythenas
closed
3 years ago
1
Only generate origin if all "inputs" also have an origin
#118
Lythenas
closed
3 years ago
1
Fix links in docs
#117
Lythenas
closed
3 years ago
1
Move tree-sitter wrapper to a separate repo
#116
Lythenas
closed
3 years ago
1
Parse error in binary expressions with parens
#115
Lythenas
closed
3 years ago
1
Parse out of range number literals correctly
#114
Lythenas
opened
3 years ago
0
Split Number into int and float
#113
Lythenas
closed
3 years ago
1
Create LICENSE
#112
Lythenas
closed
3 years ago
2
Specify license for the project
#111
ahlinc
closed
3 years ago
0
Returning functions from the interpreter will crash
#110
Lythenas
closed
3 years ago
0
Allow loading stdlib from a lua file
#109
Lythenas
closed
3 years ago
1
Add discard_origin to stdlib
#108
Lythenas
closed
3 years ago
1
Move most of the functions from the std namespace to methods
#107
Lythenas
opened
3 years ago
0
Command line interpreter / Gui app example
#106
Lythenas
closed
3 years ago
0
Add a lua function to discard the origin of a value
#105
Lythenas
closed
3 years ago
0
Check that the reverse function of value operators only return valid results
#104
Lythenas
opened
3 years ago
0
Add more docs
#103
Lythenas
closed
3 years ago
1
Implement length operator (`#`) correctly for tables
#102
Lythenas
closed
3 years ago
2
Allow some of the standard library to be implemented in a lua file
#101
Lythenas
closed
3 years ago
0
Next