aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-12/+12
|
* Made the "#" character great again!Eduardo Julian2021-09-121-36/+36
|
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-15/+15
|
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-081-2/+2
|
* De-taggification | part 4Eduardo Julian2021-09-071-42/+42
|
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-1/+1
|
* De-taggification | part 2Eduardo Julian2021-09-041-25/+25
|
* Updates to the Ruby compiler.Eduardo Julian2021-08-271-2/+2
|
* Updates to the Lua compiler.Eduardo Julian2021-08-251-2/+2
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-2/+2
|
* Some bug fixes.Eduardo Julian2021-08-181-19/+17
|
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-2/+2
|
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-071-1/+1
|
* Fixed a bug in the new compiler which allowed the same module to be imported ↵Eduardo Julian2021-08-021-3/+3
| | | | more than once.
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-7/+7
|
* Re-named Promise to Async.Eduardo Julian2021-07-261-10/+10
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-40/+41
|
* A bit more clarity for Licentia licenses.Eduardo Julian2021-07-121-4/+13
|
* Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2021-07-101-1/+6
|
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-021-5/+6
| | | Capabilities should be opt-in, but using them in the standard library makes them mandatory.
* Added a macro for type-casting JVM objects.Eduardo Julian2021-06-241-2/+2
|
* Moved "log!" function under "lux/debug".Eduardo Julian2021-01-081-1/+2
|
* Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian2021-01-031-2/+2
|
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-291-5/+16
|
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-4/+4
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-10/+10
|
* Refactored "export" common syntax.Eduardo Julian2020-12-231-3/+2
|
* Properly naming unicode Block type.Eduardo Julian2020-12-221-13/+21
|
* Render XML to text in an indented form for human readability.Eduardo Julian2020-12-101-55/+56
|
* Updated Lux license to v0.1.1.Eduardo Julian2020-12-101-7/+5
|
* Re-named "with-cover" to "for".Eduardo Julian2020-12-101-37/+52
|
* Re-named old luxc-jvm to lux-bootstrapper.Eduardo Julian2020-12-041-61/+71
|
* Detect duplicate files coming from dependencies.Eduardo Julian2020-12-031-59/+65
|
* Replaced "contains?" function with "key?" function.Eduardo Julian2020-12-021-0/+5
|
* Test for Aedifex's "auto" command.Eduardo Julian2020-12-021-6/+14
|
* Added "private" macro to lux/debug.Eduardo Julian2020-11-281-8/+14
|
* Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian2020-11-271-4/+4
|
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-241-4/+11
|
* Made the syntax of ^template more consistent.Eduardo Julian2020-11-171-31/+17
|
* Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian2020-11-071-6/+30
|
* Added CoMonad for CoFree.Eduardo Julian2020-11-021-0/+5
|
* Allow defining anonymous actors.Eduardo Julian2020-11-021-5/+5
|
* Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian2020-10-311-13/+2
|
* Easy to use Rev constants.Eduardo Julian2020-10-311-1/+1
|
* Some small refactoring.Eduardo Julian2020-10-251-5/+5
|
* Some improvements to the Lux syntax parser.Eduardo Julian2020-10-251-32/+3
|
* Changed type-parameters for Mixin types.Eduardo Julian2020-10-241-33/+13
|
* Re-named "search" to "one" and "search-all" to "all".Eduardo Julian2020-10-241-2/+3
|
* Type-checking macros via the Macro' type from the standard library.Eduardo Julian2020-10-121-1/+1
|
* Gave Aedifex support for multiple profiles.Eduardo Julian2020-10-031-54/+53
|