aboutsummaryrefslogtreecommitdiff
path: root/lux-php (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-04De-taggification | part 2Eduardo Julian1-22/+22
2021-09-03Unified tuple and record syntax.Eduardo Julian1-5/+5
2021-09-01De-taggification | part 1Eduardo Julian1-3/+3
2021-08-29De-taggification | part 0Eduardo Julian1-10/+10
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian1-2/+2
2021-08-18Some bug fixes.Eduardo Julian1-12/+12
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian1-9/+9
2021-08-14Moved documentation-generation machinery to its own module.Eduardo Julian1-4/+4
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian1-4/+4
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian1-1/+1
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian1-2/+2
2021-08-08No more #export magic syntax.Eduardo Julian1-1/+1
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-0/+1
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian1-27/+27
2021-06-11Added import name formatting to "import:" macros for other backends.Eduardo Julian1-2/+1
2021-06-08Added type information when logging compiled definitions.Eduardo Julian1-59/+60
2021-03-18Updates for Scheme compiler.Eduardo Julian2-1/+38
2021-03-14Frustrated with PHP's overflow/underflow logic.Eduardo Julian1-10/+2
2021-03-12Almost done with PHP.Eduardo Julian1-88/+6
2021-03-10Wrestling with JPHP.Eduardo Julian2-173/+265
2021-02-24Done with Python.Eduardo Julian1-2/+2
2021-02-22Updates for PHP compiler.Eduardo Julian1-273/+398
2019-05-28Both the old JVM interop and the new JVM interop use the same syntax for arra...Eduardo Julian1-3/+3
2019-04-24WIP: PHP compiler.Eduardo Julian2-0/+493