aboutsummaryrefslogtreecommitdiff
path: root/lux-lua (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian1-38/+38
2021-07-08Made sure the "phase" parameter of extensions is always usable (even across ↵Eduardo Julian1-42/+163
language boundaries)
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 Julian2-16/+15
2021-06-11Added import name formatting to "import:" macros for other backends.Eduardo Julian1-48/+49
2021-03-10Wrestling with JPHP.Eduardo Julian1-0/+36
2021-02-24Done with Python.Eduardo Julian1-1/+1
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-24WIP: PHP compiler.Eduardo Julian1-1/+1
2019-04-12Added some debugging machinery.Eduardo Julian1-57/+1
2019-04-11WIP: Lua compiler.Eduardo Julian2-0/+462