aboutsummaryrefslogtreecommitdiff
path: root/stdlib (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-17More optimizations to the Lux syntax parser.Eduardo Julian24-569/+795
2020-12-15Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.Eduardo Julian18-398/+1156
2020-12-12Removed several unnecessary imports.Eduardo Julian63-471/+486
2020-12-11Improved parsing speed for Lux code.Eduardo Julian46-215/+741
2020-12-10Render XML to text in an indented form for human readability.Eduardo Julian34-318/+517
2020-12-10Updated Lux license to v0.1.1.Eduardo Julian16-336/+488
2020-12-10Re-named "with-cover" to "for".Eduardo Julian121-1630/+1762
2020-12-09Added support for "Commons Clause" to Licentia.Eduardo Julian30-487/+735
2020-12-04Re-named old luxc-jvm to lux-bootstrapper.Eduardo Julian9-244/+400
2020-12-03Detect duplicate files coming from dependencies.Eduardo Julian32-529/+926
2020-12-02Replaced "contains?" function with "key?" function.Eduardo Julian25-134/+275
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian348-2395/+2424
2020-12-02Test for Aedifex's "auto" command.Eduardo Julian13-265/+502
2020-12-01Added specialized root/2 and root/3 functions in lux/math.Eduardo Julian61-978/+1588
2020-11-28Re-named "_.claim" to "_.cover'".Eduardo Julian79-932/+995
2020-11-28Added "private" macro to lux/debug.Eduardo Julian64-880/+1265
2020-11-27Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian76-647/+846
2020-11-26Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian91-721/+907
2020-11-24Better error messages when re-using a name when making a definition.Eduardo Julian71-624/+1366
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian111-1986/+2078
2020-11-07Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian82-1111/+1226
2020-11-05Improved error reporting for syntax macros.Eduardo Julian21-141/+456
2020-11-05Lightweight machinery for agent-oriented programming.Eduardo Julian17-148/+627
2020-11-04Re-named "lux/control/concurrency/process" to "thread".Eduardo Julian16-232/+657
2020-11-02Added CoMonad for CoFree.Eduardo Julian14-20/+395
2020-11-02Allow defining anonymous actors.Eduardo Julian43-485/+728
2020-11-01Improved the design of actors.Eduardo Julian34-747/+840
2020-10-31Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian79-470/+643
2020-10-31Easy to use Rev constants.Eduardo Julian86-649/+829
2020-10-25Some small refactoring.Eduardo Julian19-226/+251
2020-10-25Some improvements to the Lux syntax parser.Eduardo Julian48-436/+613
2020-10-24Changed type-parameters for Mixin types.Eduardo Julian15-141/+768
2020-10-24Re-named some list functions.Eduardo Julian63-301/+579
2020-10-24Re-named "search" to "one" and "search-all" to "all".Eduardo Julian30-589/+761
2020-10-15Re-named "to-text" functions to "format".Eduardo Julian20-180/+383
2020-10-14Gave the Location type its own module.Eduardo Julian31-323/+557
2020-10-12Type-checking macros via the Macro' type from the standard library.Eduardo Julian20-165/+415
2020-10-12Tweaked how I64 masks are made.Eduardo Julian8-72/+268
2020-10-09Mandatory long names for JVM imports, instead of having "long" be optional an...Eduardo Julian46-852/+660
2020-10-09Also using BIPUSH and SIPUSH during JVM generation.Eduardo Julian20-254/+607
2020-10-07Optimized generation of I64, F64 and variants on JVM.Eduardo Julian21-139/+266
2020-10-07Re-named "Cursor" type to "Location".Eduardo Julian29-391/+405
2020-10-07Test imports for circular dependencies.Eduardo Julian17-430/+1111
2020-10-04Test to make sure modules cannot import themselves.Eduardo Julian8-286/+508
2020-10-03Gave Aedifex support for multiple profiles.Eduardo Julian19-409/+802
2020-10-03Added deployment code to Aedifex.Eduardo Julian19-448/+913
2020-09-16Changed the format of project descriptor files.Eduardo Julian52-401/+760
2020-08-29Test programs + auti build/test.Eduardo Julian18-171/+578
2020-08-28Build programs.Eduardo Julian15-84/+468
2020-08-26Download and catch dependencies in Aedifex.Eduardo Julian28-170/+831