aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-12Better syntax for parallel-hierarchy imports.Eduardo Julian232-1097/+1117
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian12-240/+327
2021-07-10Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian12-71/+329
2021-07-08Made sure the "phase" parameter of extensions is always usable (even across l...Eduardo Julian2-75/+230
2021-07-06Simplified the API for file-system operations.Eduardo Julian13-461/+292
2021-07-02No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian23-213/+644
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian32-80/+244
2021-06-29Some updates for the new compilers.Eduardo Julian10-146/+275
2021-06-27Made obtaining env variables more granular + partial Lua support.Eduardo Julian12-285/+758
2021-06-26Delegate text (lower|upper)-casing to the host-platform implementations.Eduardo Julian12-65/+383
2021-06-24Added a macro for type-casting JVM objects.Eduardo Julian7-303/+413
2021-06-18Refactored the machinery to make local macros into its own module.Eduardo Julian13-172/+451
2021-06-14Extracted Licentia out of the standard library.Eduardo Julian10-435/+216
2021-06-12Constraining the year of the snapshot time in Aedifex.Eduardo Julian11-38/+76
2021-06-11Added import name formatting to "import:" macros for other backends.Eduardo Julian8-36/+248
2021-05-31Re-factored the UTF8 codec into its own module.Eduardo Julian4-17/+39
2021-05-30lux/data/binary.slice now works in the offset+length style.Eduardo Julian2-14/+17
2021-05-30lux/macro/template.with can now produce multiple outputs.Eduardo Julian2-10/+10
2021-05-24Re-named lux/host to lux/ffi.Eduardo Julian13-82/+82
2021-05-24Using offset+distance instead of from+to for text clipping.Eduardo Julian1-1/+1
2021-05-24Almost done with Scheme.Eduardo Julian3-35/+61
2021-05-18Got rid of the {}s in ":share" and made it pipe-able.Eduardo Julian4-12/+18
2021-05-18Text-escaping machinery.Eduardo Julian2-0/+158
2021-03-18Updates for Scheme compiler.Eduardo Julian1-3/+7
2021-03-16Done with PHP.Eduardo Julian1-2/+2
2021-03-12Almost done with PHP.Eduardo Julian4-4/+31
2021-03-01Done with Ruby.Eduardo Julian3-3/+30
2021-02-24Done with Python.Eduardo Julian3-25/+33
2021-02-22Updates for PHP compiler.Eduardo Julian2-6/+8
2021-02-16Done with Lua.Eduardo Julian1-2/+4
2021-02-15Almost done with Lua.Eduardo Julian5-64/+74
2021-02-12More Lua + optimizations.Eduardo Julian1-0/+24
2021-02-07Mo' updates, less problems.Eduardo Julian7-104/+207
2021-02-04Updates for Lua compiler.Eduardo Julian5-38/+162
2021-02-01Improved compilation of loops and pattern-matching for Python. Eduardo Julian11-61/+194
2021-01-28Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian10-220/+323
2021-01-26Made the Python being generated more compatible with both P2.7 and P3.Eduardo Julian4-23/+212
2021-01-13Removed the (ultimately redundant) on_stop function for actors.Eduardo Julian9-67/+266
2021-01-12Raise error when trying to use deprecated fields/method/classes in JVM.Eduardo Julian15-104/+272
2021-01-12Compiler now shows suggestions when encountering unknown definitions.Eduardo Julian11-23/+199
2021-01-11Encapsulate JS definitions produced by the JS compiler in a local scope to av...Eduardo Julian8-61/+311
2021-01-09Turned I64 and variant creation functions into constructors for JS.Eduardo Julian9-122/+415
2021-01-08Moved "log!" function under "lux/debug".Eduardo Julian15-209/+470
2021-01-05Added lexically-scoped templates.Eduardo Julian14-105/+205
2021-01-03Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian17-104/+228
2020-12-29Unified repository abstraction for Aedifex.Eduardo Julian19-289/+443
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian138-751/+840
2020-12-26Some renamings.Eduardo Julian15-219/+258
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian118-3952/+3953
2020-12-23Refactored "export" common syntax.Eduardo Julian21-429/+637