aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-24Added a macro for type-casting JVM objects.Eduardo Julian6-72/+97
2021-06-18Refactored the machinery to make local macros into its own module.Eduardo Julian6-53/+90
2021-06-14Extracted Licentia out of the standard library.Eduardo Julian3-8/+17
2021-06-12Constraining the year of the snapshot time in Aedifex.Eduardo Julian5-51/+92
2021-06-11Added import name formatting to "import:" macros for other backends.Eduardo Julian11-24/+37
2021-05-30lux/data/binary.slice now works in the offset+length style.Eduardo Julian1-1/+1
2021-05-24Re-named lux/host to lux/ffi.Eduardo Julian5-5/+5
2021-02-07Mo' updates, less problems.Eduardo Julian17-352/+321
2021-02-04Updates for Lua compiler.Eduardo Julian1-114/+35
2021-02-01Improved compilation of loops and pattern-matching for Python. Eduardo Julian2-47/+42
2021-01-28Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian1-0/+71
2021-01-26Made the Python being generated more compatible with both P2.7 and P3.Eduardo Julian2-7/+84
2021-01-13Removed the (ultimately redundant) on_stop function for actors.Eduardo Julian4-35/+100
2021-01-12Raise error when trying to use deprecated fields/method/classes in JVM.Eduardo Julian3-0/+35
2021-01-12Compiler now shows suggestions when encountering unknown definitions.Eduardo Julian1-0/+43
2021-01-09Turned I64 and variant creation functions into constructors for JS.Eduardo Julian1-12/+6
2021-01-03Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian6-1/+339
2020-12-29Unified repository abstraction for Aedifex.Eduardo Julian14-448/+497
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian12-149/+173
2020-12-26Some renamings.Eduardo Julian4-31/+45
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian28-435/+435
2020-12-23Refactored "export" common syntax.Eduardo Julian7-130/+179
2020-12-22Properly naming unicode Block type.Eduardo Julian1-0/+35
2020-12-17More optimizations to the Lux syntax parser.Eduardo Julian7-88/+197
2020-12-15Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.Eduardo Julian2-2/+292
2020-12-12Removed several unnecessary imports.Eduardo Julian5-16/+51
2020-12-11Improved parsing speed for Lux code.Eduardo Julian7-9/+168
2020-12-10Render XML to text in an indented form for human readability.Eduardo Julian5-69/+79
2020-12-10Updated Lux license to v0.1.1.Eduardo Julian3-66/+63
2020-12-10Re-named "with-cover" to "for".Eduardo Julian3-6/+9
2020-12-03Detect duplicate files coming from dependencies.Eduardo Julian9-85/+120
2020-12-02Replaced "contains?" function with "key?" function.Eduardo Julian2-0/+20
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian20-141/+141
2020-12-02Test for Aedifex's "auto" command.Eduardo Julian1-134/+50
2020-12-01Added specialized root/2 and root/3 functions in lux/math.Eduardo Julian4-113/+3
2020-11-28Re-named "_.claim" to "_.cover'".Eduardo Julian1-10/+10
2020-11-28Added "private" macro to lux/debug.Eduardo Julian12-135/+162
2020-11-27Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian6-54/+67
2020-11-26Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian5-43/+66
2020-11-24Better error messages when re-using a name when making a definition.Eduardo Julian3-18/+12
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian9-120/+182
2020-11-07Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian5-166/+110
2020-11-05Improved error reporting for syntax macros.Eduardo Julian9-28/+110
2020-11-02Added CoMonad for CoFree.Eduardo Julian2-0/+51
2020-11-02Allow defining anonymous actors.Eduardo Julian5-142/+164
2020-11-01Improved the design of actors.Eduardo Julian7-52/+89
2020-10-31Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian3-28/+71
2020-10-31Easy to use Rev constants.Eduardo Julian10-59/+65
2020-10-25Some small refactoring.Eduardo Julian3-40/+25
2020-10-25Some improvements to the Lux syntax parser.Eduardo Julian4-5/+64