aboutsummaryrefslogtreecommitdiff
path: root/licentia (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-12Made the "#" character great again!Eduardo Julian9-97/+97
2021-09-10Migrated variants to the new syntax.Eduardo Julian3-10/+10
2021-09-08Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian1-3/+3
2021-09-07De-taggification | part 4Eduardo Julian20-121/+121
2021-09-05Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2-3/+3
2021-09-04De-taggification | part 2Eduardo Julian22-98/+98
2021-09-03Unified tuple and record syntax.Eduardo Julian10-78/+94
2021-08-27Updates to the Ruby compiler.Eduardo Julian1-1/+1
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian7-20/+20
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian1-3/+3
2021-08-18Some bug fixes.Eduardo Julian11-134/+134
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian4-6/+6
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian1-5/+5
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian4-6/+8
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian4-18/+18
2021-08-08No more #export magic syntax.Eduardo Julian20-94/+94
2021-07-17Now properly loading cached modules.Eduardo Julian22-151/+174
2021-07-12A bit more clarity for Licentia licenses.Eduardo Julian12-101/+103
2021-07-12Better syntax for parallel-hierarchy imports.Eduardo Julian3-12/+14
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian1-2/+2
2021-06-27Made obtaining env variables more granular + partial Lua support.Eduardo Julian2-11/+3
2021-06-26Delegate text (lower|upper)-casing to the host-platform implementations.Eduardo Julian2-0/+18
2021-06-24Added a macro for type-casting JVM objects.Eduardo Julian1-0/+1
2021-06-18Refactored the machinery to make local macros into its own module.Eduardo Julian3-3/+5
2021-06-14Extracted Licentia out of the standard library.Eduardo Julian24-0/+2314