aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Compiler now shows suggestions when encountering unknown definitions.Eduardo Julian2021-01-1220-441/+547
* Encapsulate JS definitions produced by the JS compiler in a local scope to av...Eduardo Julian2021-01-1138-333/+342
* Turned I64 and variant creation functions into constructors for JS.Eduardo Julian2021-01-0910-82/+230
* Moved "log!" function under "lux/debug".Eduardo Julian2021-01-0835-222/+236
* Added lexically-scoped templates.Eduardo Julian2021-01-0529-516/+622
* Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian2021-01-0317-190/+188
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-2935-202/+271
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-29155-2974/+3113
* Some renamings.Eduardo Julian2020-12-2611-109/+142
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-25152-7418/+7421
* Refactored "export" common syntax.Eduardo Julian2020-12-2315-165/+236
* Properly naming unicode Block type.Eduardo Julian2020-12-229-280/+368
* More optimizations to the Lux syntax parser.Eduardo Julian2020-12-179-463/+530
* Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.Eduardo Julian2020-12-155-320/+378
* Removed several unnecessary imports.Eduardo Julian2020-12-1234-167/+93
* Improved parsing speed for Lux code.Eduardo Julian2020-12-1117-138/+181
* Render XML to text in an indented form for human readability.Eduardo Julian2020-12-106-97/+145
* Updated Lux license to v0.1.1.Eduardo Julian2020-12-104-108/+160
* Re-named "with-cover" to "for".Eduardo Julian2020-12-102-37/+66
* Added support for "Commons Clause" to Licentia.Eduardo Julian2020-12-0913-303/+358
* Re-named old luxc-jvm to lux-bootstrapper.Eduardo Julian2020-12-042-21/+34
* Detect duplicate files coming from dependencies.Eduardo Julian2020-12-0310-27/+31
* Replaced "contains?" function with "key?" function.Eduardo Julian2020-12-0211-36/+93
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-02171-1015/+1041
* Test for Aedifex's "auto" command.Eduardo Julian2020-12-024-16/+41
* Added specialized root/2 and root/3 functions in lux/math.Eduardo Julian2020-12-0132-262/+741
* Re-named "_.claim" to "_.cover'".Eduardo Julian2020-11-2852-497/+495
* Added "private" macro to lux/debug.Eduardo Julian2020-11-2825-453/+510
* Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian2020-11-2731-262/+273
* Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian2020-11-2650-400/+463
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-2424-302/+315
* Made the syntax of ^template more consistent.Eduardo Julian2020-11-1792-1485/+1380
* Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian2020-11-0755-786/+667
* Improved error reporting for syntax macros.Eduardo Julian2020-11-052-17/+37
* Lightweight machinery for agent-oriented programming.Eduardo Julian2020-11-057-114/+223
* Re-named "lux/control/concurrency/process" to "thread".Eduardo Julian2020-11-048-175/+408
* Added CoMonad for CoFree.Eduardo Julian2020-11-023-14/+58
* Allow defining anonymous actors.Eduardo Julian2020-11-023-77/+92
* Improved the design of actors.Eduardo Julian2020-11-014-290/+272
* Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian2020-10-3138-226/+261
* Easy to use Rev constants.Eduardo Julian2020-10-3145-360/+391
* Some small refactoring.Eduardo Julian2020-10-256-67/+84
* Some improvements to the Lux syntax parser.Eduardo Julian2020-10-2532-254/+271
* Changed type-parameters for Mixin types.Eduardo Julian2020-10-245-25/+500
* Re-named some list functions.Eduardo Julian2020-10-2441-101/+98
* Re-named "search" to "one" and "search-all" to "all".Eduardo Julian2020-10-2411-92/+127
* Re-named "to-text" functions to "format".Eduardo Julian2020-10-158-39/+39
* Gave the Location type its own module.Eduardo Julian2020-10-1419-173/+268
* Type-checking macros via the Macro' type from the standard library.Eduardo Julian2020-10-126-22/+68
* Tweaked how I64 masks are made.Eduardo Julian2020-10-121-29/+38