aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-2914-448/+497
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-2912-149/+173
* Some renamings.Eduardo Julian2020-12-264-31/+45
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-2528-435/+435
* Refactored "export" common syntax.Eduardo Julian2020-12-237-130/+179
* Properly naming unicode Block type.Eduardo Julian2020-12-221-0/+35
* More optimizations to the Lux syntax parser.Eduardo Julian2020-12-177-88/+197
* Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.Eduardo Julian2020-12-152-2/+292
* Removed several unnecessary imports.Eduardo Julian2020-12-125-16/+51
* Improved parsing speed for Lux code.Eduardo Julian2020-12-117-9/+168
* Render XML to text in an indented form for human readability.Eduardo Julian2020-12-105-69/+79
* Updated Lux license to v0.1.1.Eduardo Julian2020-12-103-66/+63
* Re-named "with-cover" to "for".Eduardo Julian2020-12-103-6/+9
* Detect duplicate files coming from dependencies.Eduardo Julian2020-12-039-85/+120
* Replaced "contains?" function with "key?" function.Eduardo Julian2020-12-022-0/+20
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-0220-141/+141
* Test for Aedifex's "auto" command.Eduardo Julian2020-12-021-134/+50
* Added specialized root/2 and root/3 functions in lux/math.Eduardo Julian2020-12-014-113/+3
* Re-named "_.claim" to "_.cover'".Eduardo Julian2020-11-281-10/+10
* Added "private" macro to lux/debug.Eduardo Julian2020-11-2812-135/+162
* Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian2020-11-276-54/+67
* Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian2020-11-265-43/+66
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-243-18/+12
* Made the syntax of ^template more consistent.Eduardo Julian2020-11-179-120/+182
* Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian2020-11-075-166/+110
* Improved error reporting for syntax macros.Eduardo Julian2020-11-059-28/+110
* Added CoMonad for CoFree.Eduardo Julian2020-11-022-0/+51
* Allow defining anonymous actors.Eduardo Julian2020-11-025-142/+164
* Improved the design of actors.Eduardo Julian2020-11-017-52/+89
* Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian2020-10-313-28/+71
* Easy to use Rev constants.Eduardo Julian2020-10-3110-59/+65
* Some small refactoring.Eduardo Julian2020-10-253-40/+25
* Some improvements to the Lux syntax parser.Eduardo Julian2020-10-254-5/+64
* Changed type-parameters for Mixin types.Eduardo Julian2020-10-241-0/+35
* Re-named "search" to "one" and "search-all" to "all".Eduardo Julian2020-10-249-359/+386
* Re-named "to-text" functions to "format".Eduardo Julian2020-10-154-67/+163
* Gave the Location type its own module.Eduardo Julian2020-10-144-29/+55
* Type-checking macros via the Macro' type from the standard library.Eduardo Julian2020-10-127-36/+45
* Tweaked how I64 masks are made.Eduardo Julian2020-10-121-8/+19
* Mandatory long names for JVM imports, instead of having "long" be optional an...Eduardo Julian2020-10-096-36/+36
* Also using BIPUSH and SIPUSH during JVM generation.Eduardo Julian2020-10-093-23/+41
* Test imports for circular dependencies.Eduardo Julian2020-10-076-15/+277
* Gave Aedifex support for multiple profiles.Eduardo Julian2020-10-0310-163/+364
* Added deployment code to Aedifex.Eduardo Julian2020-10-036-5/+192
* Changed the format of project descriptor files.Eduardo Julian2020-09-161-65/+101
* Test programs + auti build/test.Eduardo Julian2020-08-295-37/+229
* Build programs.Eduardo Julian2020-08-287-14/+299
* Download and catch dependencies in Aedifex.Eduardo Julian2020-08-269-72/+500
* Calculate SHA-1 and MD5 hashes.Eduardo Julian2020-08-182-1/+30
* Add local repo installation to Aedifex.Eduardo Julian2020-08-175-3/+123