aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian54-911/+965
2021-07-13Improved the XML parsing library.Eduardo Julian8-94/+65
2021-07-12A bit more clarity for Licentia licenses.Eduardo Julian8-89/+198
2021-07-12Better syntax for parallel-hierarchy imports.Eduardo Julian4-37/+57
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian10-20/+42
2021-07-10Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian3-9/+22
2021-07-08Made sure the "phase" parameter of extensions is always usable (even across l...Eduardo Julian8-63/+112
2021-07-06Simplified the API for file-system operations.Eduardo Julian16-227/+205
2021-07-02No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian19-214/+163
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian12-49/+57
2021-06-27Made obtaining env variables more granular + partial Lua support.Eduardo Julian14-112/+164
2021-06-24Added a macro for type-casting JVM objects.Eduardo Julian7-74/+99
2021-06-18Refactored the machinery to make local macros into its own module.Eduardo Julian8-56/+93
2021-06-14Extracted Licentia out of the standard library.Eduardo Julian24-1890/+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-05-24Almost done with Scheme.Eduardo Julian1-18/+22
2021-02-12More Lua + optimizations.Eduardo Julian1-22/+28
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 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