aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* De-sigil-ification: /Eduardo Julian2022-03-302-6/+6
* Now demanding mandatory loop names, instead of using default "again" name.Eduardo Julian2022-03-305-12/+12
* De-sigil-ification: !Eduardo Julian2022-03-171-16/+8
* JVM interop now allows importing inherited virtual/interface methods.Eduardo Julian2022-03-161-1/+2
* De-sigil-ification: prefix :Eduardo Julian2022-03-1610-133/+133
* Generalized/type-agnostic arithmetic.Eduardo Julian2022-03-162-5/+7
* Leaner syntax for library/lux/control/exception.reportEduardo Julian2022-03-157-56/+56
* De-sigil-ification: ^Eduardo Julian2022-03-1512-108/+115
* De-sigil-ification: >Eduardo Julian2022-03-145-52/+53
* Made JVM "import:" syntax consistent with the other "import:"s.Eduardo Julian2022-03-144-12/+13
* De-sigil-ification: @Eduardo Julian2022-03-1421-371/+371
* Added an easy way to export Lux functionality to host programs (everywhere el...Eduardo Julian2022-03-111-0/+1
* ADDED Can pass config parameters to compiler and select code based on it. Can...Eduardo Julian2022-02-2311-198/+219
* Finishing the meta-compiler [Part 1]Eduardo Julian2022-02-065-133/+172
* Fixed a logging/reporting issue for Lux/JS.Eduardo Julian2022-01-151-0/+1
* New packaging for Ruby programs.Eduardo Julian2021-11-292-26/+31
* Properly inheriting the default profile in Aedifex.Eduardo Julian2021-10-312-2/+2
* Fixed packaging issue.Eduardo Julian2021-10-099-259/+261
* "module:" => "using"Eduardo Julian2021-09-1547-47/+47
* Re-named "recur" to "again".Eduardo Julian2021-09-145-10/+10
* Re-named "Identifier" to "Symbol".Eduardo Julian2021-09-141-1/+1
* No more "^slots".Eduardo Julian2021-09-147-22/+22
* Re-named "Name" to "Symbol".Eduardo Julian2021-09-1411-11/+11
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-1347-354/+354
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-1230-219/+219
* Made the "#" character great again!Eduardo Julian2021-09-1233-336/+336
* Undid the foolish re-design of "abstract:" and "actor:".Eduardo Julian2021-09-101-129/+129
* Fixed the indentation of variants.Eduardo Julian2021-09-105-28/+28
* Migrated variants to the new syntax.Eduardo Julian2021-09-1030-169/+169
* De-bracing | part 2Eduardo Julian2021-09-081-2/+2
* De-bracing | part 1Eduardo Julian2021-09-081-2/+0
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-085-8/+13
* Normalized the syntax of "abstract:" and "actor:".Eduardo Julian2021-09-081-130/+128
* De-taggification | part 4Eduardo Julian2021-09-0746-488/+488
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-0514-25/+25
* De-taggification | part 3Eduardo Julian2021-09-052-22/+15
* Appendix H: AedifexEduardo Julian2021-09-041-1/+1
* De-taggification | part 2Eduardo Julian2021-09-0447-430/+430
* Unified tuple and record syntax.Eduardo Julian2021-09-0320-100/+103
* Updates to the JS compiler.Eduardo Julian2021-09-011-12/+13
* De-taggification | part 0Eduardo Julian2021-08-293-3/+3
* Updates to the Ruby compiler.Eduardo Julian2021-08-2710-18/+18
* "Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian2021-08-261-14/+16
* Updates to the Lua compiler.Eduardo Julian2021-08-2520-103/+133
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-2421-94/+94
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-2315-57/+57
* Some bug fixes.Eduardo Julian2021-08-1823-212/+215
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-166-19/+19
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-142-3/+3
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-137-18/+18