aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/tool/compiler/meta/packager/script.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-75/+0
2021-07-06Simplified the API for file-system operations.Eduardo Julian1-3/+1
2021-07-02No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian1-3/+1
2021-06-01Updates for R compiler.Eduardo Julian1-3/+4
2021-05-30Giving up on Kawa for now...Eduardo Julian1-9/+3
2021-05-24Almost done with Scheme.Eduardo Julian1-4/+5
2021-02-12More Lua + optimizations.Eduardo Julian1-36/+31
2021-01-11Encapsulate JS definitions produced by the JS compiler in a local scope to av...Eduardo Julian1-2/+3
2021-01-05Added lexically-scoped templates.Eduardo Julian1-17/+17
2020-12-11Improved parsing speed for Lux code.Eduardo Julian1-2/+2
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-6/+6
2020-11-24Better error messages when re-using a name when making a definition.Eduardo Julian1-3/+3
2020-10-31Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian1-3/+3
2020-07-16Can get the JS compiler to compile its own source-code.Eduardo Julian1-25/+8
2020-07-11Got the JS compiler to compile fully.Eduardo Julian1-15/+13
2020-07-10Fixes and improvements to JavaScript compilation.Eduardo Julian1-1/+1
2020-07-05Got the JS compiler code to build again.Eduardo Julian1-0/+106
2019-09-18Added packaging machinery for the JVM compiler.Eduardo Julian1-41/+0
2019-08-10Got the new compiler working again.Eduardo Julian1-3/+2
2019-06-20Improved the convention for using text formatters.Eduardo Julian1-1/+0
2019-04-27Moved the modules under "lux/host/" to now be under "lux/target/".Eduardo Julian1-1/+1
2019-03-27The Python compiler is alive.Eduardo Julian1-6/+13
2019-03-18Changed how compiler output is accumulated to ensure correct order when gener...Eduardo Julian1-12/+10
2019-03-18Cobbled together a simple packager.Eduardo Julian1-0/+38