aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/target (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian46-9274/+0
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian6-41/+41
2021-07-10Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian4-4/+4
2021-07-08Made sure the "phase" parameter of extensions is always usable (even across l...Eduardo Julian1-4/+5
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian18-30/+30
2021-06-29Some updates for the new compilers.Eduardo Julian1-5/+5
2021-06-12Constraining the year of the snapshot time in Aedifex.Eduardo Julian1-5/+2
2021-06-02Postponing work on R due to flaws of the bootstrapping compiler.Eduardo Julian1-4/+8
2021-06-02Struggling against the lexing limitations of Renjin.Eduardo Julian1-35/+38
2021-06-01Updates for R compiler.Eduardo Julian1-0/+378
2021-05-30Giving up on Kawa for now...Eduardo Julian1-1/+2
2021-05-30Getting the name of a path is no longer a fundamental File operation.Eduardo Julian1-1/+6
2021-05-30More adjustments for Common Lisp.Eduardo Julian1-22/+51
2021-05-25Fix for pattern-matching register binding.Eduardo Julian1-28/+36
2021-05-25Updates for Common-Lisp compiler.Eduardo Julian1-52/+53
2021-05-24Re-named lux/host to lux/ffi.Eduardo Julian10-83/+40
2021-05-24Using offset+distance instead of from+to for text clipping.Eduardo Julian2-7/+11
2021-05-24Almost done with Scheme.Eduardo Julian1-40/+97
2021-03-18Updates for Scheme compiler.Eduardo Julian1-74/+78
2021-03-16Done with PHP.Eduardo Julian1-5/+23
2021-03-14Frustrated with PHP's overflow/underflow logic.Eduardo Julian1-1/+3
2021-03-12Almost done with PHP.Eduardo Julian1-9/+43
2021-03-10Wrestling with JPHP.Eduardo Julian1-54/+105
2021-03-01Done with Ruby.Eduardo Julian1-11/+36
2021-02-26Got JRuby to cooperate.Eduardo Julian1-11/+75
2021-02-25Updates for Ruby compiler.Eduardo Julian1-124/+132
2021-02-24Done with Python.Eduardo Julian1-2/+15
2021-02-22Updates for PHP compiler.Eduardo Julian3-127/+145
2021-02-16Done with Lua.Eduardo Julian1-2/+11
2021-02-15Almost done with Lua.Eduardo Julian1-6/+17
2021-02-12More Lua + optimizations.Eduardo Julian1-19/+29
2021-02-10Continuing with LuaEduardo Julian2-15/+77
2021-02-07Mo' updates, less problems.Eduardo Julian1-9/+33
2021-02-04Updates for Lua compiler.Eduardo Julian2-108/+106
2021-02-01Improved compilation of loops and pattern-matching for Python. Eduardo Julian2-5/+14
2021-01-28Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian2-21/+27
2021-01-26Made the Python being generated more compatible with both P2.7 and P3.Eduardo Julian1-1/+15
2021-01-12Raise error when trying to use deprecated fields/method/classes in JVM.Eduardo Julian2-3/+30
2021-01-12Compiler now shows suggestions when encountering unknown definitions.Eduardo Julian1-60/+63
2021-01-11Encapsulate JS definitions produced by the JS compiler in a local scope to av...Eduardo Julian1-2/+2
2021-01-03Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian1-5/+5
2020-12-29Unified repository abstraction for Aedifex.Eduardo Julian1-3/+4
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian22-127/+143
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian27-798/+798
2020-12-12Removed several unnecessary imports.Eduardo Julian9-40/+36
2020-12-02Replaced "contains?" function with "key?" function.Eduardo Julian1-1/+1
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian17-104/+115
2020-11-26Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian3-11/+21
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian24-229/+229
2020-11-07Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian27-220/+218