Skip to content

Actions: bytexenon/The-Tiny-Lua-Compiler

Actions

All workflows

Actions

Loading...
Loading

Showing runs from all workflows
41 workflow runs
41 workflow runs

Filter by Event

Filter by Status

Filter by Branch

Filter by Actor

refactor(tokenizer): Optimize identifier, integer, and number consump…
Lua Script Test #41: Commit b05ccd5 pushed by bytexenon
October 4, 2024 17:06 17s main
October 4, 2024 17:06 17s
docs: improve README.md formatting and content
Lua Script Test #40: Commit 7163166 pushed by bytexenon
October 4, 2024 12:58 22s main
October 4, 2024 12:58 22s
refactor: standardize code block naming convention
Lua Script Test #39: Commit 5b3b202 pushed by bytexenon
September 6, 2024 13:01 31s main
September 6, 2024 13:01 31s
refactor: optimize whitespace consumption and register allocation
Lua Script Test #38: Commit 9f3c0f4 pushed by bytexenon
August 22, 2024 14:02 19s main
August 22, 2024 14:02 19s
refactor: slightly simplify code
Lua Script Test #37: Commit 073723e pushed by bytexenon
August 18, 2024 22:46 20s main
August 18, 2024 22:46 20s
refactor(parser, compiler): Merge method call handling into function …
Lua Script Test #36: Commit 7999fc7 pushed by bytexenon
August 18, 2024 22:05 17s main
August 18, 2024 22:05 17s
refactor: Update lvalue and multiret node type checks to use lookup t…
Lua Script Test #35: Commit c940ddc pushed by bytexenon
August 16, 2024 19:51 17s main
August 16, 2024 19:51 17s
refactor(tokenizer): Remove "continue" keyword from reserved keywords…
Lua Script Test #34: Commit 92dbc3d pushed by bytexenon
July 30, 2024 00:29 35s main
July 30, 2024 00:29 35s
refactor: Remove redundant local variable declarations and streamline…
Lua Script Test #33: Commit b4f7c64 pushed by bytexenon
July 7, 2024 18:36 31s main
July 7, 2024 18:36 31s
cleanup(compiler): Remove unused local variables after refactor
Lua Script Test #32: Commit c71130a pushed by bytexenon
July 7, 2024 15:39 17s main
July 7, 2024 15:39 17s
refactor(compiler): Simplify processFunction arguments
Lua Script Test #31: Commit 88afe07 pushed by bytexenon
July 7, 2024 15:34 18s main
July 7, 2024 15:34 18s
fix(compiler): Fix "binary string: bad code in precompiled chunk" bug…
Lua Script Test #30: Commit 5330c84 pushed by bytexenon
July 7, 2024 15:02 22s main
July 7, 2024 15:02 22s
style: Align table keys in module export
Lua Script Test #29: Commit 95d2751 pushed by bytexenon
July 5, 2024 12:24 18s main
July 5, 2024 12:24 18s
refactor(compiler): Simplify addInstruction return value
Lua Script Test #28: Commit 9a7e503 pushed by bytexenon
July 5, 2024 11:18 39s main
July 5, 2024 11:18 39s
feat(gitignore): Add .gitignore with common patterns
Lua Script Test #27: Commit 0caabdb pushed by bytexenon
June 30, 2024 11:35 19s main
June 30, 2024 11:35 19s
refactor(compiler): Utilize processExpressionNodes for argument and e…
Lua Script Test #26: Commit 7ca0acc pushed by bytexenon
June 28, 2024 04:03 16s main
June 28, 2024 04:03 16s
refactor(parser): Remove redundant checkToken function
Lua Script Test #25: Commit 9fe30ad pushed by bytexenon
June 26, 2024 22:19 17s main
June 26, 2024 22:19 17s
fix(tokenizer): Correctly terminate long comments based on depth and …
Lua Script Test #24: Commit 7d48b31 pushed by bytexenon
June 26, 2024 18:10 20s main
June 26, 2024 18:10 20s
feat(parser): Support implicit function calls with string and table l…
Lua Script Test #23: Commit 21a6f57 pushed by bytexenon
June 26, 2024 15:29 16s main
June 26, 2024 15:29 16s
refactor(parser): optimize table element parsing in consumeTable func…
Lua Script Test #22: Commit fb6a34f pushed by bytexenon
June 26, 2024 08:59 19s main
June 26, 2024 08:59 19s
refactor(compiler): put statement compiler "if" cases into separate f…
Lua Script Test #21: Commit 5f4c1db pushed by bytexenon
June 25, 2024 07:37 23s main
June 25, 2024 07:37 23s
refactor: remove ASCII art from file header
Lua Script Test #20: Commit b69a0e8 pushed by bytexenon
June 23, 2024 23:19 15s main
June 23, 2024 23:19 15s
Improve "JMP" instruction handling in the Compiler
Lua Script Test #19: Commit 9261978 pushed by bytexenon
June 22, 2024 16:46 16s main
June 22, 2024 16:46 16s
Update tests to match revised AST structure for conditional statements
Lua Script Test #18: Commit b008648 pushed by bytexenon
June 22, 2024 09:15 18s main
June 22, 2024 09:15 18s
Make the "NEWTABLE" instruction include sizes in its operands, in the…
Lua Script Test #17: Commit 02c4b0b pushed by bytexenon
June 21, 2024 14:58 21s main
June 21, 2024 14:58 21s