aboutsummaryrefslogtreecommitdiff
path: root/lux-python (follow)
Commit message (Expand)AuthorAgeFilesLines
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-081-4/+4
* De-taggification | part 4Eduardo Julian2021-09-071-38/+38
* Clearing the local scope during eval analysis to avoid accidentally seeing va...Eduardo Julian2021-09-051-9/+9
* Handled formatting issues in documentation.Eduardo Julian2021-09-052-6/+13
* De-taggification | part 2Eduardo Julian2021-09-041-23/+23
* Unified tuple and record syntax.Eduardo Julian2021-09-032-6/+6
* De-taggification | part 1Eduardo Julian2021-09-011-1/+1
* De-taggification | part 0Eduardo Julian2021-08-291-6/+6
* Updates to the Ruby compiler.Eduardo Julian2021-08-271-1/+1
* Updates to the Lua compiler.Eduardo Julian2021-08-252-17/+3
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-231-3/+3
* More fixes.Eduardo Julian2021-08-202-4/+9
* Some bug fixes.Eduardo Julian2021-08-183-411/+448
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-4/+4
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-3/+3
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-1/+1
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-5/+5
* No more #export magic syntax.Eduardo Julian2021-08-081-1/+1
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-13/+13
* Now allowing compilers to generate custom-named outputs.Eduardo Julian2021-07-171-4/+5
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-62/+63
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-5/+10
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-111-22/+22
* Made sure the "phase" parameter of extensions is always usable (even across l...Eduardo Julian2021-07-081-79/+111
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-2/+2
* Some updates for the new compilers.Eduardo Julian2021-06-292-4/+3
* Added import name formatting to "import:" macros for other backends.Eduardo Julian2021-06-111-24/+25
* Wrestling with JPHP.Eduardo Julian2021-03-101-0/+35
* 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