Updated TODO
This commit is contained in:
parent
c575ad1041
commit
1c6b660d6b
@ -26,13 +26,10 @@ if _VERSION == "Lua 5.1"
|
|||||||
--pcall = (fn, ...) -> xpcall(fn, debug.traceback, ...)
|
--pcall = (fn, ...) -> xpcall(fn, debug.traceback, ...)
|
||||||
|
|
||||||
-- TODO:
|
-- TODO:
|
||||||
-- Maybe get GOTOs working at file scope.
|
|
||||||
-- use actual variables instead of a vars table
|
|
||||||
-- consider non-linear codegen, rather than doing thunks for things like comprehensions
|
-- consider non-linear codegen, rather than doing thunks for things like comprehensions
|
||||||
-- improve indentation of generated lua code
|
-- improve indentation of generated lua code
|
||||||
-- better scoping?
|
-- better scoping?
|
||||||
-- better error reporting
|
-- better error reporting
|
||||||
-- fix propagation of filename for error reporting
|
|
||||||
-- type checking?
|
-- type checking?
|
||||||
-- Fix compiler bug that breaks when file ends with a block comment
|
-- Fix compiler bug that breaks when file ends with a block comment
|
||||||
-- Add compiler options for optimization level (compile-fast vs. run-fast, etc.)
|
-- Add compiler options for optimization level (compile-fast vs. run-fast, etc.)
|
||||||
|
Loading…
Reference in New Issue
Block a user