aboutsummaryrefslogtreecommitdiff
path: root/lux-python (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-24Done with Python.Eduardo Julian2-26/+84
2021-02-01Improved compilation of loops and pattern-matching for Python. Eduardo Julian1-2/+2
2021-01-28Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian1-14/+25
2021-01-26Made the Python being generated more compatible with both P2.7 and P3.Eduardo Julian1-214/+266
2021-01-13Removed the (ultimately redundant) on_stop function for actors.Eduardo Julian1-20/+18
2021-01-12Raise error when trying to use deprecated fields/method/classes in JVM.Eduardo Julian1-11/+10
2021-01-12Compiler now shows suggestions when encountering unknown definitions.Eduardo Julian2-156/+258
2019-05-28Both the old JVM interop and the new JVM interop use the same syntax for arra...Eduardo Julian1-2/+2
2019-04-12Added some debugging machinery.Eduardo Julian1-59/+1
2019-04-09WIP: Ruby compiler.Eduardo Julian1-16/+4
2019-04-07- Upgrade the tuple left-access mechanism to the new style.Eduardo Julian1-4/+5
2019-03-31Added Lux version to manifests.Eduardo Julian1-1/+2
2019-03-30Re-named "do-template" to "template".Eduardo Julian1-4/+4
2019-03-27The Python compiler is alive.Eduardo Julian1-42/+108
2019-03-26Got the Python compiler running.Eduardo Julian2-0/+299