aboutsummaryrefslogtreecommitdiff
path: root/lux-php (follow)
Commit message (Expand)AuthorAgeFilesLines
* Extensible import syntax [Part 3]Eduardo Julian2022-06-021-1/+1
* Extensible import syntax: Part 1Eduardo Julian2022-06-011-16/+16
* De-sigil-ification: &Eduardo Julian2022-04-071-1/+1
* Re-named ffi.as to "is", and ffi.check to "as", to line the names up with nor...Eduardo Julian2022-03-301-13/+13
* Now demanding mandatory loop names, instead of using default "again" name.Eduardo Julian2022-03-301-2/+2
* De-sigil-ification: prefix :Eduardo Julian2022-03-161-72/+72
* Leaner syntax for library/lux/control/exception.reportEduardo Julian2022-03-151-4/+4
* De-sigil-ification: ^Eduardo Julian2022-03-151-4/+4
* De-sigil-ification: >Eduardo Julian2022-03-141-3/+3
* Made JVM "import:" syntax consistent with the other "import:"s.Eduardo Julian2022-03-141-60/+65
* Leaner syntax for the "for" macro.Eduardo Julian2022-03-141-99/+99
* Optimizations for the pure-Lux JVM compiler. [Part 2]Eduardo Julian2022-02-121-1/+0
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
* Re-named "recur" to "again".Eduardo Julian2021-09-141-3/+3
* Re-named "Identifier" to "Symbol".Eduardo Julian2021-09-141-1/+1
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-131-17/+17
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-5/+5
* Made the "#" character great again!Eduardo Julian2021-09-121-48/+48
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-21/+21
* De-bracing | part 2Eduardo Julian2021-09-081-2/+2
* De-bracing part 0Eduardo Julian2021-09-081-12/+9
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-081-2/+2
* De-taggification | part 4Eduardo Julian2021-09-071-53/+53
* De-taggification | part 2Eduardo Julian2021-09-041-22/+22
* Unified tuple and record syntax.Eduardo Julian2021-09-031-5/+5
* De-taggification | part 1Eduardo Julian2021-09-011-3/+3
* De-taggification | part 0Eduardo Julian2021-08-291-10/+10
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-231-2/+2
* Some bug fixes.Eduardo Julian2021-08-181-12/+12
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-9/+9
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-141-4/+4
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-4/+4
* 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-2/+2
* No more #export magic syntax.Eduardo Julian2021-08-081-1/+1
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-0/+1
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-111-27/+27
* Added import name formatting to "import:" macros for other backends.Eduardo Julian2021-06-111-2/+1
* Added type information when logging compiled definitions.Eduardo Julian2021-06-081-59/+60
* Updates for Scheme compiler.Eduardo Julian2021-03-182-1/+38
* Frustrated with PHP's overflow/underflow logic.Eduardo Julian2021-03-141-10/+2
* Almost done with PHP.Eduardo Julian2021-03-121-88/+6
* Wrestling with JPHP.Eduardo Julian2021-03-102-173/+265
* Done with Python.Eduardo Julian2021-02-241-2/+2
* Updates for PHP compiler.Eduardo Julian2021-02-221-273/+398
* Both the old JVM interop and the new JVM interop use the same syntax for arra...Eduardo Julian2019-05-281-3/+3
* WIP: PHP compiler.Eduardo Julian2019-04-242-0/+493