aboutsummaryrefslogtreecommitdiff
path: root/lux-php (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Eduardo Julian2019-05-281-3/+3
| | | | array types.
* WIP: PHP compiler.Eduardo Julian2019-04-242-0/+493