aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-05-30Giving up on Kawa for now...Eduardo Julian7-16/+149
2021-05-30lux/data/binary.slice now works in the offset+length style.Eduardo Julian6-52/+47
2021-05-30lux/macro/template.with can now produce multiple outputs.Eduardo Julian4-14/+14
2021-05-30Getting the name of a path is no longer a fundamental File operation.Eduardo Julian4-116/+65
2021-05-30Some improvements to pattern-matching compilation.Eduardo Julian1-47/+54
But will have to postpone Common Lisp, as ABCL is getting overwhelmed.
2021-05-30More adjustments for Common Lisp.Eduardo Julian7-435/+495
2021-05-25Fix for pattern-matching register binding.Eduardo Julian7-144/+175
2021-05-25Updates for Common-Lisp compiler.Eduardo Julian24-817/+1140
2021-05-24Re-named lux/host to lux/ffi.Eduardo Julian54-418/+375
2021-05-24Using offset+distance instead of from+to for text clipping.Eduardo Julian7-19/+22
2021-05-24Using FFI machinery when possible when doing text replacement.Eduardo Julian1-7/+36
2021-05-24Almost done with Scheme.Eduardo Julian25-532/+1262
But will have to postpone finishing it because Kawa is not up to snuff.
2021-05-18Got rid of the {}s in ":share" and made it pipe-able.Eduardo Julian17-62/+86
2021-05-18Text-escaping machinery.Eduardo Julian4-1/+402
2021-05-18Made it so that (_.times 1) still generates (and logs) a seed.Eduardo Julian1-41/+42
2021-03-18Updates for Scheme compiler.Eduardo Julian18-517/+897
2021-03-16Done with PHP.Eduardo Julian10-74/+245
2021-03-14Frustrated with PHP's overflow/underflow logic.Eduardo Julian6-47/+64
2021-03-12Almost done with PHP.Eduardo Julian27-376/+1350
2021-03-10Wrestling with JPHP.Eduardo Julian9-321/+470
2021-03-01Done with Ruby.Eduardo Julian28-283/+1479
2021-02-26Got JRuby to cooperate.Eduardo Julian11-150/+278
2021-02-25Updates for Ruby compiler.Eduardo Julian11-542/+653
2021-02-24Done with Python.Eduardo Julian9-86/+137
2021-02-22Updates for PHP compiler.Eduardo Julian22-599/+1137
2021-02-16Done with Lua.Eduardo Julian6-43/+62
2021-02-15Almost done with Lua.Eduardo Julian20-308/+461
2021-02-12More Lua + optimizations.Eduardo Julian20-262/+419
2021-02-10Continuing with LuaEduardo Julian38-381/+1671
2021-02-07Mo' updates, less problems.Eduardo Julian34-599/+762
2021-02-04Updates for Lua compiler.Eduardo Julian25-722/+814
2021-02-01Improved compilation of loops and pattern-matching for Python. Eduardo Julian31-910/+1093
2021-01-28Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian45-509/+714
2021-01-26Made the Python being generated more compatible with both P2.7 and P3.Eduardo Julian35-411/+1873
2021-01-13Removed the (ultimately redundant) on_stop function for actors.Eduardo Julian25-311/+698
2021-01-12Raise error when trying to use deprecated fields/method/classes in JVM.Eduardo Julian36-369/+708
2021-01-12Compiler now shows suggestions when encountering unknown definitions.Eduardo Julian32-453/+778
2021-01-11Encapsulate JS definitions produced by the JS compiler in a local scope to ↵Eduardo Julian46-393/+652
avoid interacting with the global scope.
2021-01-09Turned I64 and variant creation functions into constructors for JS.Eduardo Julian21-221/+657
2021-01-08Moved "log!" function under "lux/debug".Eduardo Julian52-437/+705
2021-01-05Added lexically-scoped templates.Eduardo Julian47-636/+838
2021-01-03Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian41-295/+755
2020-12-29Unified repository abstraction for Aedifex.Eduardo Julian70-937/+1220
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian321-4008/+4258
2020-12-26Some renamings.Eduardo Julian31-366/+452
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian308-13244/+13248
2020-12-23Refactored "export" common syntax.Eduardo Julian45-730/+1057
2020-12-22Properly naming unicode Block type.Eduardo Julian31-660/+972
2020-12-17More optimizations to the Lux syntax parser.Eduardo Julian24-555/+781
2020-12-15Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.Eduardo Julian18-397/+1155