aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-07Mo' updates, less problems.Eduardo Julian1-8/+4
2021-02-04Updates for Lua compiler.Eduardo Julian1-7/+17
2021-02-01Improved compilation of loops and pattern-matching for Python. Eduardo Julian3-39/+69
2021-01-28Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian3-4/+56
2021-01-26Made the Python being generated more compatible with both P2.7 and P3.Eduardo Julian2-2/+50
2021-01-13Removed the (ultimately redundant) on_stop function for actors.Eduardo Julian4-36/+98
2021-01-12Raise error when trying to use deprecated fields/method/classes in JVM.Eduardo Julian3-0/+42
2021-01-12Compiler now shows suggestions when encountering unknown definitions.Eduardo Julian1-0/+34
2021-01-11Encapsulate JS definitions produced by the JS compiler in a local scope to av...Eduardo Julian2-0/+45
2021-01-09Turned I64 and variant creation functions into constructors for JS.Eduardo Julian2-0/+40
2021-01-08Moved "log!" function under "lux/debug".Eduardo Julian2-1/+35
2021-01-05Added lexically-scoped templates.Eduardo Julian2-1/+34
2021-01-03Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian2-1/+48
2020-12-29Unified repository abstraction for Aedifex.Eduardo Julian8-70/+35
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian13-40/+42
2020-12-26Some renamings.Eduardo Julian6-16/+47
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian27-526/+526
2020-12-23Refactored "export" common syntax.Eduardo Julian7-136/+167
2020-12-22Properly naming unicode Block type.Eduardo Julian5-27/+57
2020-12-15Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.Eduardo Julian3-1/+99
2020-12-12Removed several unnecessary imports.Eduardo Julian2-4/+37
2020-12-11Improved parsing speed for Lux code.Eduardo Julian5-18/+87
2020-12-10Render XML to text in an indented form for human readability.Eduardo Julian8-53/+90
2020-12-10Updated Lux license to v0.1.1.Eduardo Julian3-38/+24
2020-12-10Re-named "with-cover" to "for".Eduardo Julian13-180/+179
2020-12-03Detect duplicate files coming from dependencies.Eduardo Julian9-260/+403
2020-12-02Replaced "contains?" function with "key?" function.Eduardo Julian4-5/+35
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian21-156/+156
2020-12-02Test for Aedifex's "auto" command.Eduardo Julian1-0/+147
2020-11-28Re-named "_.claim" to "_.cover'".Eduardo Julian10-116/+199
2020-11-28Added "private" macro to lux/debug.Eduardo Julian1-0/+147
2020-11-27Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian3-5/+43
2020-11-24Better error messages when re-using a name when making a definition.Eduardo Julian15-70/+536
2020-11-07Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian3-4/+133
2020-11-05Improved error reporting for syntax macros.Eduardo Julian4-5/+99
2020-11-02Added CoMonad for CoFree.Eduardo Julian2-0/+121
2020-11-02Allow defining anonymous actors.Eduardo Julian8-15/+152
2020-11-01Improved the design of actors.Eduardo Julian4-8/+72
2020-10-31Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian1-0/+101
2020-10-31Easy to use Rev constants.Eduardo Julian2-1/+55
2020-10-25Some small refactoring.Eduardo Julian2-2/+2
2020-10-25Some improvements to the Lux syntax parser.Eduardo Julian1-0/+51
2020-10-24Changed type-parameters for Mixin types.Eduardo Julian2-6/+73
2020-10-24Re-named some list functions.Eduardo Julian1-0/+48
2020-10-24Re-named "search" to "one" and "search-all" to "all".Eduardo Julian3-10/+36
2020-10-15Re-named "to-text" functions to "format".Eduardo Julian1-0/+95
2020-10-14Gave the Location type its own module.Eduardo Julian2-1/+43
2020-10-12Type-checking macros via the Macro' type from the standard library.Eduardo Julian2-0/+32
2020-10-12Tweaked how I64 masks are made.Eduardo Julian2-5/+99
2020-10-09Mandatory long names for JVM imports, instead of having "long" be optional an...Eduardo Julian2-10/+34