aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-31Properly inheriting the default profile in Aedifex.Eduardo Julian1-1/+0
2021-09-15"module:" => "using"Eduardo Julian1-1/+1
2021-09-14Re-named "Name" to "Symbol".Eduardo Julian1-1/+1
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian1-22/+22
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian1-12/+12
2021-09-12Made the "#" character great again!Eduardo Julian1-36/+36
2021-09-10Migrated variants to the new syntax.Eduardo Julian1-15/+15
2021-09-08Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian1-2/+2
2021-09-07De-taggification | part 4Eduardo Julian1-42/+42
2021-09-05Changed the syntax of do/be's (co)monad bindings.Eduardo Julian1-1/+1
2021-09-04De-taggification | part 2Eduardo Julian1-25/+25
2021-08-27Updates to the Ruby compiler.Eduardo Julian1-2/+2
2021-08-25Updates to the Lua compiler.Eduardo Julian1-2/+2
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian1-2/+2
2021-08-18Some bug fixes.Eduardo Julian1-19/+17
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian1-2/+2
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian1-1/+1
2021-08-02Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian1-3/+3
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian1-7/+7
2021-07-26Re-named Promise to Async.Eduardo Julian1-10/+10
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-40/+41
2021-07-12A bit more clarity for Licentia licenses.Eduardo Julian1-4/+13
2021-07-10Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian1-1/+6
2021-07-02No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian1-5/+6
2021-06-24Added a macro for type-casting JVM objects.Eduardo Julian1-2/+2
2021-01-08Moved "log!" function under "lux/debug".Eduardo Julian1-1/+2
2021-01-03Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian1-2/+2
2020-12-29Unified repository abstraction for Aedifex.Eduardo Julian1-5/+16
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-4/+4
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-10/+10
2020-12-23Refactored "export" common syntax.Eduardo Julian1-3/+2
2020-12-22Properly naming unicode Block type.Eduardo Julian1-13/+21
2020-12-10Render XML to text in an indented form for human readability.Eduardo Julian1-55/+56
2020-12-10Updated Lux license to v0.1.1.Eduardo Julian1-7/+5
2020-12-10Re-named "with-cover" to "for".Eduardo Julian1-37/+52
2020-12-04Re-named old luxc-jvm to lux-bootstrapper.Eduardo Julian1-61/+71
2020-12-03Detect duplicate files coming from dependencies.Eduardo Julian1-59/+65
2020-12-02Replaced "contains?" function with "key?" function.Eduardo Julian1-0/+5
2020-12-02Test for Aedifex's "auto" command.Eduardo Julian1-6/+14
2020-11-28Added "private" macro to lux/debug.Eduardo Julian1-8/+14
2020-11-27Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian1-4/+4
2020-11-24Better error messages when re-using a name when making a definition.Eduardo Julian1-4/+11
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian1-31/+17
2020-11-07Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian1-6/+30
2020-11-02Added CoMonad for CoFree.Eduardo Julian1-0/+5
2020-11-02Allow defining anonymous actors.Eduardo Julian1-5/+5
2020-10-31Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian1-13/+2
2020-10-31Easy to use Rev constants.Eduardo Julian1-1/+1
2020-10-25Some small refactoring.Eduardo Julian1-5/+5
2020-10-25Some improvements to the Lux syntax parser.Eduardo Julian1-32/+3