aboutsummaryrefslogtreecommitdiff
path: root/lux-python (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Updates for Ruby compiler.Eduardo Julian2021-02-251-1/+4
* Done with Python.Eduardo Julian2021-02-242-26/+84
* Improved compilation of loops and pattern-matching for Python. Eduardo Julian2021-02-011-2/+2
* Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian2021-01-281-14/+25
* Made the Python being generated more compatible with both P2.7 and P3.Eduardo Julian2021-01-261-214/+266
* Removed the (ultimately redundant) on_stop function for actors.Eduardo Julian2021-01-131-20/+18
* Raise error when trying to use deprecated fields/method/classes in JVM.Eduardo Julian2021-01-121-11/+10
* Compiler now shows suggestions when encountering unknown definitions.Eduardo Julian2021-01-122-156/+258
* Both the old JVM interop and the new JVM interop use the same syntax for arra...Eduardo Julian2019-05-281-2/+2
* Added some debugging machinery.Eduardo Julian2019-04-121-59/+1
* WIP: Ruby compiler.Eduardo Julian2019-04-091-16/+4
* - Upgrade the tuple left-access mechanism to the new style.Eduardo Julian2019-04-071-4/+5
* Added Lux version to manifests.Eduardo Julian2019-03-311-1/+2
* Re-named "do-template" to "template".Eduardo Julian2019-03-301-4/+4
* The Python compiler is alive.Eduardo Julian2019-03-271-42/+108
* Got the Python compiler running.Eduardo Julian2019-03-262-0/+299