aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/tool/compiler/meta/packager/script.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-75/+0
|
* Simplified the API for file-system operations.Eduardo Julian2021-07-061-3/+1
|
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-021-3/+1
| | | Capabilities should be opt-in, but using them in the standard library makes them mandatory.
* Updates for R compiler.Eduardo Julian2021-06-011-3/+4
|
* Giving up on Kawa for now...Eduardo Julian2021-05-301-9/+3
|
* Almost done with Scheme.Eduardo Julian2021-05-241-4/+5
| | | But will have to postpone finishing it because Kawa is not up to snuff.
* More Lua + optimizations.Eduardo Julian2021-02-121-36/+31
|
* Encapsulate JS definitions produced by the JS compiler in a local scope to ↵Eduardo Julian2021-01-111-2/+3
| | | | avoid interacting with the global scope.
* Added lexically-scoped templates.Eduardo Julian2021-01-051-17/+17
|
* Improved parsing speed for Lux code.Eduardo Julian2020-12-111-2/+2
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-6/+6
| | | | convention that only macros that deal with types may start with a colon.
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-241-3/+3
|
* Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian2020-10-311-3/+3
|
* Can get the JS compiler to compile its own source-code.Eduardo Julian2020-07-161-25/+8
|
* Got the JS compiler to compile fully.Eduardo Julian2020-07-111-15/+13
|
* Fixes and improvements to JavaScript compilation.Eduardo Julian2020-07-101-1/+1
|
* Got the JS compiler code to build again.Eduardo Julian2020-07-051-0/+106
|
* Added packaging machinery for the JVM compiler.Eduardo Julian2019-09-181-41/+0
|
* Got the new compiler working again.Eduardo Julian2019-08-101-3/+2
|
* Improved the convention for using text formatters.Eduardo Julian2019-06-201-1/+0
|
* Moved the modules under "lux/host/" to now be under "lux/target/".Eduardo Julian2019-04-271-1/+1
|
* The Python compiler is alive.Eduardo Julian2019-03-271-6/+13
|
* Changed how compiler output is accumulated to ensure correct order when ↵Eduardo Julian2019-03-181-12/+10
| | | | generating the final executable file.
* Cobbled together a simple packager.Eduardo Julian2019-03-181-0/+38