aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program (unfollow)
Commit message (Expand)AuthorFilesLines
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 Julian2-17/+12
2021-01-08Moved "log!" function under "lux/debug".Eduardo Julian1-1/+2
2021-01-05Added lexically-scoped templates.Eduardo Julian1-2/+0
2021-01-03Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian7-3/+341
2020-12-29Unified repository abstraction for Aedifex.Eduardo Julian15-453/+513
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian15-182/+206
2020-12-26Some renamings.Eduardo Julian4-31/+45
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian31-466/+466
2020-12-23Refactored "export" common syntax.Eduardo Julian8-133/+181
2020-12-22Properly naming unicode Block type.Eduardo Julian2-13/+56
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 Julian10-14/+174
2020-12-10Render XML to text in an indented form for human readability.Eduardo Julian7-125/+139
2020-12-10Updated Lux license to v0.1.1.Eduardo Julian6-158/+166
2020-12-10Re-named "with-cover" to "for".Eduardo Julian4-43/+61
2020-12-09Added support for "Commons Clause" to Licentia.Eduardo Julian5-45/+86
2020-12-04Re-named old luxc-jvm to lux-bootstrapper.Eduardo Julian2-64/+74
2020-12-03Detect duplicate files coming from dependencies.Eduardo Julian11-149/+205
2020-12-02Replaced "contains?" function with "key?" function.Eduardo Julian3-0/+25
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian25-162/+162
2020-12-02Test for Aedifex's "auto" command.Eduardo Julian2-140/+64
2020-12-01Added specialized root/2 and root/3 functions in lux/math.Eduardo Julian12-138/+24
2020-11-28Re-named "_.claim" to "_.cover'".Eduardo Julian1-10/+10
2020-11-28Added "private" macro to lux/debug.Eduardo Julian17-186/+218
2020-11-27Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian7-58/+71
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 Julian4-22/+23
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian11-174/+222
2020-11-07Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian6-172/+140
2020-11-05Improved error reporting for syntax macros.Eduardo Julian9-28/+110
2020-11-02Added CoMonad for CoFree.Eduardo Julian3-0/+56
2020-11-02Allow defining anonymous actors.Eduardo Julian6-147/+169
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 Julian5-47/+81
2020-10-31Easy to use Rev constants.Eduardo Julian14-70/+76
2020-10-25Some small refactoring.Eduardo Julian7-50/+35
2020-10-25Some improvements to the Lux syntax parser.Eduardo Julian5-37/+67
2020-10-24Changed type-parameters for Mixin types.Eduardo Julian2-33/+48
2020-10-24Re-named some list functions.Eduardo Julian1-3/+3
2020-10-24Re-named "search" to "one" and "search-all" to "all".Eduardo Julian10-361/+389
2020-10-15Re-named "to-text" functions to "format".Eduardo Julian4-67/+163
2020-10-14Gave the Location type its own module.Eduardo Julian4-29/+55