aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian46-809/+855
2021-07-12A bit more clarity for Licentia licenses.Eduardo Julian3-16/+54
2021-07-12Better syntax for parallel-hierarchy imports.Eduardo Julian46-180/+178
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian4-3/+60
2021-07-10Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2-2/+17
2021-07-06Simplified the API for file-system operations.Eduardo Julian9-200/+192
2021-07-02No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian15-141/+473
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian6-15/+40
2021-06-29Some updates for the new compilers.Eduardo Julian2-6/+14
2021-06-27Made obtaining env variables more granular + partial Lua support.Eduardo Julian10-93/+103
2021-06-26Delegate text (lower|upper)-casing to the host-platform implementations.Eduardo Julian4-20/+32
2021-06-24Added a macro for type-casting JVM objects.Eduardo Julian6-245/+289
2021-06-18Refactored the machinery to make local macros into its own module.Eduardo Julian6-155/+199
2021-06-14Extracted Licentia out of the standard library.Eduardo Julian4-14/+47
2021-06-12Constraining the year of the snapshot time in Aedifex.Eduardo Julian8-37/+38
2021-06-11Added import name formatting to "import:" macros for other backends.Eduardo Julian3-5/+16
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