aboutsummaryrefslogtreecommitdiff
path: root/lux-lua/source/program.lux (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian1-2/+2
"signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
2021-06-29Some updates for the new compilers.Eduardo Julian1-13/+13
2021-06-11Added import name formatting to "import:" macros for other backends.Eduardo Julian1-48/+49
2021-02-16Done with Lua.Eduardo Julian1-49/+238
2021-02-12More Lua + optimizations.Eduardo Julian1-358/+407
2021-02-10Continuing with LuaEduardo Julian1-9/+14
2021-02-07Mo' updates, less problems.Eduardo Julian1-16/+9
2021-02-04Updates for Lua compiler.Eduardo Julian1-206/+308
2019-05-28Both the old JVM interop and the new JVM interop use the same syntax for ↵Eduardo Julian1-5/+2
array types.
2019-04-12Added some debugging machinery.Eduardo Julian1-57/+1
2019-04-11WIP: Lua compiler.Eduardo Julian1-0/+430