aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-25Updates to the Lua compiler.Eduardo Julian3-10/+12
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian28-127/+127
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian11-45/+45
2021-08-18Some bug fixes.Eduardo Julian23-133/+133
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian5-8/+8
2021-08-14Moved documentation-generation machinery to its own module.Eduardo Julian1-1/+1
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian8-13/+13
2021-08-12Improved binding syntax for "syntax:".Eduardo Julian7-10/+10
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian22-33/+34
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian6-20/+20
2021-08-08No more #export magic syntax.Eduardo Julian46-80/+80
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian17-53/+53
2021-08-02Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian1-1/+1
2021-08-01Even more renamings.Eduardo Julian3-4/+4
2021-07-30More renamings.Eduardo Julian28-46/+46
2021-07-28Re-named List's tags: Nil => End && Cons => ItemEduardo Julian1-4/+4
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian28-600/+595
2021-07-26Re-named Promise to Async.Eduardo Julian19-94/+89
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian15-73/+73
2021-07-18New JVM compiler can now compile JVM interfaces.Eduardo Julian4-57/+151
2021-07-17Now allowing compilers to generate custom-named outputs.Eduardo Julian6-10/+114
2021-07-17Now properly loading cached modules.Eduardo Julian5-15/+46
2021-07-16Fixed some inconsistent naming.Eduardo Julian3-4/+30
2021-07-15Re-named "spec" hierarchy to "specification".Eduardo Julian22-22/+22
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian46-809/+855
2021-07-12A bit more clarity for Licentia licenses.Eduardo Julian3-16/+54
2021-07-12Better syntax for parallel-hierarchy imports.Eduardo Julian46-180/+178
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian4-3/+60
2021-07-10Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2-2/+17
2021-07-06Simplified the API for file-system operations.Eduardo Julian9-200/+192
2021-07-02No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian15-141/+473
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian6-15/+40
2021-06-29Some updates for the new compilers.Eduardo Julian2-6/+14
2021-06-27Made obtaining env variables more granular + partial Lua support.Eduardo Julian10-93/+103
2021-06-26Delegate text (lower|upper)-casing to the host-platform implementations.Eduardo Julian4-20/+32
2021-06-24Added a macro for type-casting JVM objects.Eduardo Julian6-245/+289
2021-06-18Refactored the machinery to make local macros into its own module.Eduardo Julian6-155/+199
2021-06-14Extracted Licentia out of the standard library.Eduardo Julian4-14/+47
2021-06-12Constraining the year of the snapshot time in Aedifex.Eduardo Julian8-37/+38
2021-06-11Added import name formatting to "import:" macros for other backends.Eduardo Julian3-5/+16
2021-02-07Mo' updates, less problems.Eduardo Julian1-8/+4
2021-02-04Updates for Lua compiler.Eduardo Julian1-7/+17
2021-02-01Improved compilation of loops and pattern-matching for Python. Eduardo Julian3-39/+69
2021-01-28Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian3-4/+56
2021-01-26Made the Python being generated more compatible with both P2.7 and P3.Eduardo Julian2-2/+50
2021-01-13Removed the (ultimately redundant) on_stop function for actors.Eduardo Julian4-36/+98
2021-01-12Raise error when trying to use deprecated fields/method/classes in JVM.Eduardo Julian3-0/+42
2021-01-12Compiler now shows suggestions when encountering unknown definitions.Eduardo Julian1-0/+34
2021-01-11Encapsulate JS definitions produced by the JS compiler in a local scope to av...Eduardo Julian2-0/+45
2021-01-09Turned I64 and variant creation functions into constructors for JS.Eduardo Julian2-0/+40