aboutsummaryrefslogtreecommitdiff
path: root/licentia (follow)
Commit message (Expand)AuthorAgeFilesLines
* Leaner syntax for library/lux/control/exception.reportEduardo Julian2022-03-151-4/+4
* De-sigil-ification: ^Eduardo Julian2022-03-151-1/+1
* Made JVM "import:" syntax consistent with the other "import:"s.Eduardo Julian2022-03-141-31/+31
* De-sigil-ification: @Eduardo Julian2022-03-1410-308/+308
* "module:" => "using"Eduardo Julian2021-09-1522-22/+22
* No more "^slots".Eduardo Julian2021-09-141-1/+1
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-1321-75/+75
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-127-44/+44
* Made the "#" character great again!Eduardo Julian2021-09-129-97/+97
* Migrated variants to the new syntax.Eduardo Julian2021-09-103-10/+10
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-081-3/+3
* De-taggification | part 4Eduardo Julian2021-09-0720-121/+121
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-052-3/+3
* De-taggification | part 2Eduardo Julian2021-09-0422-98/+98
* Unified tuple and record syntax.Eduardo Julian2021-09-0310-78/+94
* Updates to the Ruby compiler.Eduardo Julian2021-08-271-1/+1
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-247-20/+20
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-231-3/+3
* Some bug fixes.Eduardo Julian2021-08-1811-134/+134
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-164-6/+6
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-5/+5
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-114-6/+8
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-094-18/+18
* No more #export magic syntax.Eduardo Julian2021-08-0820-94/+94
* Now properly loading cached modules.Eduardo Julian2021-07-1722-151/+174
* A bit more clarity for Licentia licenses.Eduardo Julian2021-07-1212-101/+103
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-123-12/+14
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-111-2/+2
* Made obtaining env variables more granular + partial Lua support.Eduardo Julian2021-06-272-11/+3
* Delegate text (lower|upper)-casing to the host-platform implementations.Eduardo Julian2021-06-262-0/+18
* Added a macro for type-casting JVM objects.Eduardo Julian2021-06-241-0/+1
* Refactored the machinery to make local macros into its own module.Eduardo Julian2021-06-183-3/+5
* Extracted Licentia out of the standard library.Eduardo Julian2021-06-1424-0/+2314