aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-11Improved parsing speed for Lux code.Eduardo Julian19-63/+386
2020-12-10Render XML to text in an indented form for human readability.Eduardo Julian19-96/+209
2020-12-10Updated Lux license to v0.1.1.Eduardo Julian6-70/+162
2020-12-10Re-named "with-cover" to "for".Eduardo Julian102-1524/+1609
2020-12-09Added support for "Commons Clause" to Licentia.Eduardo Julian10-137/+259
2020-12-04Re-named old luxc-jvm to lux-bootstrapper.Eduardo Julian3-156/+289
2020-12-03Detect duplicate files coming from dependencies.Eduardo Julian11-353/+690
2020-12-02Replaced "contains?" function with "key?" function.Eduardo Julian11-98/+157
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian136-1137/+1137
2020-12-02Test for Aedifex's "auto" command.Eduardo Julian7-109/+397
2020-12-01Added specialized root/2 and root/3 functions in lux/math.Eduardo Julian15-184/+429
2020-11-28Re-named "_.claim" to "_.cover'".Eduardo Julian23-362/+427
2020-11-28Added "private" macro to lux/debug.Eduardo Julian15-206/+505
2020-11-27Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian36-261/+437
2020-11-26Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian36-278/+378
2020-11-24Better error messages when re-using a name when making a definition.Eduardo Julian42-298/+1026
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian4-154/+301
2020-11-07Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian6-5/+271
2020-11-05Improved error reporting for syntax macros.Eduardo Julian8-92/+253
2020-11-05Lightweight machinery for agent-oriented programming.Eduardo Julian8-22/+346
2020-11-04Re-named "lux/control/concurrency/process" to "thread".Eduardo Julian7-57/+152
2020-11-02Added CoMonad for CoFree.Eduardo Julian8-6/+281
2020-11-02Allow defining anonymous actors.Eduardo Julian34-261/+467
2020-11-01Improved the design of actors.Eduardo Julian23-405/+479
2020-10-31Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian36-197/+301
2020-10-31Easy to use Rev constants.Eduardo Julian15-135/+278
2020-10-25Some small refactoring.Eduardo Julian5-105/+128
2020-10-25Some improvements to the Lux syntax parser.Eduardo Julian11-145/+275
2020-10-24Changed type-parameters for Mixin types.Eduardo Julian8-83/+220
2020-10-24Re-named some list functions.Eduardo Julian16-176/+457
2020-10-24Re-named "search" to "one" and "search-all" to "all".Eduardo Julian9-136/+245
2020-10-15Re-named "to-text" functions to "format".Eduardo Julian6-68/+175
2020-10-14Gave the Location type its own module.Eduardo Julian7-111/+233
2020-10-12Type-checking macros via the Macro' type from the standard library.Eduardo Julian6-106/+301
2020-10-12Tweaked how I64 masks are made.Eduardo Julian6-35/+211
2020-10-09Mandatory long names for JVM imports, instead of having "long" be optional an...Eduardo Julian8-70/+143
2020-10-09Also using BIPUSH and SIPUSH during JVM generation.Eduardo Julian8-172/+450
2020-10-07Optimized generation of I64, F64 and variants on JVM.Eduardo Julian2-42/+54
2020-10-07Re-named "Cursor" type to "Location".Eduardo Julian7-103/+112
2020-10-07Test imports for circular dependencies.Eduardo Julian4-324/+556
2020-10-04Test to make sure modules cannot import themselves.Eduardo Julian2-83/+183
2020-10-03Gave Aedifex support for multiple profiles.Eduardo Julian2-50/+117
2020-10-03Added deployment code to Aedifex.Eduardo Julian4-21/+22
2020-09-16Changed the format of project descriptor files.Eduardo Julian6-16/+303
2020-08-29Test programs + auti build/test.Eduardo Julian5-24/+216
2020-08-28Build programs.Eduardo Julian5-28/+106
2020-08-26Download and catch dependencies in Aedifex.Eduardo Julian6-27/+164
2020-08-18Calculate SHA-1 and MD5 hashes.Eduardo Julian4-66/+186
2020-08-17Add local repo installation to Aedifex.Eduardo Julian5-48/+133
2020-08-12Aedifex can generate POM files.Eduardo Julian4-49/+279