aboutsummaryrefslogtreecommitdiff
path: root/luxc/src/lux/compiler.clj (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Can now select between JVM and JS compilation, based on command-line parame...Eduardo Julian2017-03-211-8/+9
* - WIP: Code for compiling Lux to JavaScript. Can handle some complex expressi...Eduardo Julian2017-02-011-1/+1
* - Major refactoring to make it easier to introduce the new (JS) backend.Eduardo Julian2017-01-291-254/+22
* - Changed the license from MPL 2.0 to MIT.Eduardo Julian2017-01-261-5/+0
* - Improved Lux error messages by ensuring the cursor is always present.Eduardo Julian2017-01-251-3/+3
* - Renamed lux/data/struct/tree to lux/data/struct/tree/rose.Eduardo Julian2017-01-251-2/+2
* - Re-integrated parallelism into the compilation process.Eduardo Julian2017-01-011-2/+1
* - Now pre-loading full cache, instead of loading it lazily.Eduardo Julian2016-12-311-71/+70
* - Prepared everything prior to pre-loading.Eduardo Julian2016-12-311-1/+3
* - Added type annotations to eliminate reflection.Eduardo Julian2016-12-271-3/+3
* - Improved the way error messages are shown when compilation fails.Eduardo Julian2016-12-251-11/+14
* - The compiler now shows error messages better when compilation fails.Eduardo Julian2016-12-251-1/+2
* - Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl...Eduardo Julian2016-12-011-0/+268