Issues
- 0
Don't translate (x < y) to (not(x >= y))
#52 opened by PhilipRoman - 0
Seperate unit tests from integration tests
#51 opened by PhilipRoman - 0
Consider using ByteBuffer instead of String
#50 opened by PhilipRoman - 0
Better intermediate representation
#37 opened by PhilipRoman - 0
Direct calls to local final functions
#38 opened by PhilipRoman - 0
- 0
Implement "neq" and "idiv" operators
#49 opened by PhilipRoman - 1
- 0
Optionally link functions at compile-time
#44 opened by PhilipRoman - 0
Remove usage of deprecated Gradle features
#42 opened by PhilipRoman - 0
New Lua parser (from antlr/grammars-v4)
#41 opened by PhilipRoman - 1
- 2
Fast table implementation
#9 opened by PhilipRoman - 2
- 1
Logical operators are not lazy
#40 opened by PhilipRoman - 1
- 1
Exceptions when using "function f() ... end"
#39 opened by PhilipRoman - 1
Fix and refactor table compilation
#19 opened by PhilipRoman - 1
"(function() return function() return 1 end end)()()" returns a function value instead of 1
#1 opened by PhilipRoman - 0
Create a proper README
#30 opened by PhilipRoman - 2
Refactor ResultBuffer
#33 opened by PhilipRoman - 0
Create contributing guide
#28 opened by PhilipRoman - 2
Reduce jar size
#15 opened by PhilipRoman - 1
Remove dependency on Kotlin
#17 opened by PhilipRoman - 0
Integrate test coverage with GitHub
#35 opened by PhilipRoman - 1
Add interactive shell
#12 opened by PhilipRoman - 0
Create a FFI interface
#18 opened by PhilipRoman - 0
Complete Lua standard library
#8 opened by PhilipRoman - 0
Backwards for-range loop not working
#14 opened by PhilipRoman - 1
Implement "and", "or" and "not" operators
#26 opened by PhilipRoman - 1
Expose Lua to JVM bytecode compiler to users
#24 opened by PhilipRoman - 0
Speculate which variables are primitive
#27 opened by PhilipRoman - 1
Use simple logging instead of Message API
#16 opened by PhilipRoman - 1
Add local variable name mangling
#20 opened by PhilipRoman - 0
- 0
- 0
Add support for metatables
#7 opened by PhilipRoman - 0
- 0
Implement remaining types of loops
#13 opened by PhilipRoman - 1
- 1
Reuse argument and return value arrays
#11 opened by PhilipRoman