aboutsummaryrefslogtreecommitdiff
path: root/stdlib (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Encapsulate JS definitions produced by the JS compiler in a local scope to ↵Eduardo Julian2021-01-1146-394/+653
| | | | avoid interacting with the global scope.
* Turned I64 and variant creation functions into constructors for JS.Eduardo Julian2021-01-0921-221/+657
|
* Moved "log!" function under "lux/debug".Eduardo Julian2021-01-0852-440/+708
|
* Added lexically-scoped templates.Eduardo Julian2021-01-0547-637/+839
|
* Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian2021-01-0341-297/+757
|
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-2970-945/+1228
|
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-29321-4027/+4277
|
* Some renamings.Eduardo Julian2020-12-2631-366/+452
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-25308-13293/+13297
|
* Refactored "export" common syntax.Eduardo Julian2020-12-2345-731/+1058
|
* Properly naming unicode Block type.Eduardo Julian2020-12-2231-660/+972
|
* More optimizations to the Lux syntax parser.Eduardo Julian2020-12-1724-569/+795
|
* Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.Eduardo Julian2020-12-1518-398/+1156
|
* Removed several unnecessary imports.Eduardo Julian2020-12-1263-471/+486
|
* Improved parsing speed for Lux code.Eduardo Julian2020-12-1146-215/+741
|
* Render XML to text in an indented form for human readability.Eduardo Julian2020-12-1034-318/+517
|
* Updated Lux license to v0.1.1.Eduardo Julian2020-12-1016-336/+488
|
* Re-named "with-cover" to "for".Eduardo Julian2020-12-10121-1630/+1762
|
* Added support for "Commons Clause" to Licentia.Eduardo Julian2020-12-0930-487/+735
|
* Re-named old luxc-jvm to lux-bootstrapper.Eduardo Julian2020-12-049-244/+400
|
* Detect duplicate files coming from dependencies.Eduardo Julian2020-12-0332-529/+926
|
* Replaced "contains?" function with "key?" function.Eduardo Julian2020-12-0225-134/+275
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-02348-2395/+2424
| | | | convention that only macros that deal with types may start with a colon.
* Test for Aedifex's "auto" command.Eduardo Julian2020-12-0213-265/+502
|
* Added specialized root/2 and root/3 functions in lux/math.Eduardo Julian2020-12-0161-978/+1588
|
* Re-named "_.claim" to "_.cover'".Eduardo Julian2020-11-2879-932/+995
|
* Added "private" macro to lux/debug.Eduardo Julian2020-11-2864-880/+1265
|
* Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian2020-11-2776-647/+846
|
* Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian2020-11-2691-721/+907
|
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-2471-624/+1366
|
* Made the syntax of ^template more consistent.Eduardo Julian2020-11-17111-1986/+2078
|
* Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian2020-11-0782-1111/+1226
|
* Improved error reporting for syntax macros.Eduardo Julian2020-11-0521-141/+456
|
* Lightweight machinery for agent-oriented programming.Eduardo Julian2020-11-0517-148/+627
|
* Re-named "lux/control/concurrency/process" to "thread".Eduardo Julian2020-11-0416-232/+657
|
* Added CoMonad for CoFree.Eduardo Julian2020-11-0214-20/+395
|
* Allow defining anonymous actors.Eduardo Julian2020-11-0243-485/+728
|
* Improved the design of actors.Eduardo Julian2020-11-0134-747/+840
|
* Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian2020-10-3179-470/+643
|
* Easy to use Rev constants.Eduardo Julian2020-10-3186-649/+829
|
* Some small refactoring.Eduardo Julian2020-10-2519-226/+251
|
* Some improvements to the Lux syntax parser.Eduardo Julian2020-10-2548-436/+613
|
* Changed type-parameters for Mixin types.Eduardo Julian2020-10-2415-141/+768
|
* Re-named some list functions.Eduardo Julian2020-10-2463-301/+579
|
* Re-named "search" to "one" and "search-all" to "all".Eduardo Julian2020-10-2430-589/+761
|
* Re-named "to-text" functions to "format".Eduardo Julian2020-10-1520-180/+383
|
* Gave the Location type its own module.Eduardo Julian2020-10-1431-323/+557
|
* Type-checking macros via the Macro' type from the standard library.Eduardo Julian2020-10-1220-165/+415
|
* Tweaked how I64 masks are made.Eduardo Julian2020-10-128-72/+268
|
* Mandatory long names for JVM imports, instead of having "long" be optional ↵Eduardo Julian2020-10-0946-852/+660
| | | | and short be default.