aboutsummaryrefslogtreecommitdiff
path: root/licentia/source/program (follow)
Commit message (Collapse)AuthorAgeFilesLines
* De-sigil-ification: @Eduardo Julian2022-03-149-233/+233
|
* "module:" => "using"Eduardo Julian2021-09-1521-21/+21
|
* No more "^slots".Eduardo Julian2021-09-141-1/+1
|
* Updated only/except import syntax to take into account record => variant ↵Eduardo Julian2021-09-1320-60/+60
| | | | syntax change.
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-126-24/+24
|
* Made the "#" character great again!Eduardo Julian2021-09-128-56/+56
|
* Migrated variants to the new syntax.Eduardo Julian2021-09-102-6/+6
|
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-081-3/+3
|
* De-taggification | part 4Eduardo Julian2021-09-0719-89/+89
|
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-1/+1
|
* De-taggification | part 2Eduardo Julian2021-09-0421-82/+82
|
* Unified tuple and record syntax.Eduardo Julian2021-09-038-74/+90
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-246-15/+15
|
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-231-3/+3
|
* Some bug fixes.Eduardo Julian2021-08-189-102/+102
|
* 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-113-4/+6
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-093-14/+14
|
* No more #export magic syntax.Eduardo Julian2021-08-0820-94/+94
|
* Now properly loading cached modules.Eduardo Julian2021-07-1721-130/+152
|
* A bit more clarity for Licentia licenses.Eduardo Julian2021-07-1211-71/+72
|
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-9/+7
|
* 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-181-2/+0
|
* Extracted Licentia out of the standard library.Eduardo Julian2021-06-1421-0/+1887