aboutsummaryrefslogtreecommitdiff
path: root/lux-python/source (follow)
Commit message (Expand)AuthorAgeFilesLines
* De-sigil-ification: $Eduardo Julian2022-04-081-16/+16
* De-sigil-ification: &Eduardo Julian2022-04-071-7/+11
* No longer depending on the ASM library for JVM bytecode generation.Eduardo Julian2022-04-051-2/+2
* Re-named ffi.as to "is", and ffi.check to "as", to line the names up with nor...Eduardo Julian2022-03-301-10/+10
* Now demanding mandatory loop names, instead of using default "again" name.Eduardo Julian2022-03-301-5/+5
* Re-named "as_is" to "these" to avoid confusion with the new type-annotation m...Eduardo Julian2022-03-301-11/+11
* De-sigil-ification: !Eduardo Julian2022-03-171-4/+4
* De-sigil-ification: prefix :Eduardo Julian2022-03-161-146/+146
* Leaner syntax for library/lux/control/exception.reportEduardo Julian2022-03-151-3/+3
* De-sigil-ification: ^Eduardo Julian2022-03-151-12/+13
* De-sigil-ification: >Eduardo Julian2022-03-141-2/+2
* Made JVM "import:" syntax consistent with the other "import:"s.Eduardo Julian2022-03-141-43/+53
* Leaner syntax for the "for" macro.Eduardo Julian2022-03-141-56/+56
* Finishing the meta-compiler [Part 6 / Done... for now]Eduardo Julian2022-03-081-1/+1
* Optimizations for the pure-Lux JVM compiler. [Part 4]Eduardo Julian2022-02-281-10/+15
* Finishing the meta-compiler [Part 4]Eduardo Julian2022-02-241-25/+25
* Yet more fixes for JVM interop.Eduardo Julian2022-02-181-6/+3
* Fixed directive extensions for Lux/Python.Eduardo Julian2022-02-111-183/+223
* Commercial licensing option for Lux + release versions for sub-projects.Eduardo Julian2021-10-011-2/+2
* Adapted Lua, Python and Ruby compilers to the new variant format.Eduardo Julian2021-09-161-3/+3
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
* Re-named "recur" to "again".Eduardo Julian2021-09-141-1/+1
* Re-named "primitive" to "Primitive".Eduardo Julian2021-09-131-1/+1
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-131-18/+18
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-7/+7
* Made the "#" character great again!Eduardo Julian2021-09-121-40/+40
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-28/+28
* De-bracing | part 2Eduardo Julian2021-09-081-8/+8
* De-bracing | part 1Eduardo Julian2021-09-081-4/+4
* De-bracing part 0Eduardo Julian2021-09-081-3/+2
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-081-4/+4
* De-taggification | part 4Eduardo Julian2021-09-071-38/+38
* Handled formatting issues in documentation.Eduardo Julian2021-09-051-2/+9
* De-taggification | part 2Eduardo Julian2021-09-041-23/+23
* Unified tuple and record syntax.Eduardo Julian2021-09-031-4/+4
* 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
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-231-3/+3
* More fixes.Eduardo Julian2021-08-201-4/+4
* Some bug fixes.Eduardo Julian2021-08-181-411/+425
* 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
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-111-22/+22