aboutsummaryrefslogtreecommitdiff
path: root/lux-lein (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-licensed to MPL 2.0Eduardo Julian2023-01-138-0/+24
* Proper testing for debug.log!Eduardo Julian2022-08-171-1/+1
* Documentation changes for v0.7.0Eduardo Julian2022-08-142-1/+24
* First-class programs instead of having a "lux program" extension.Eduardo Julian2022-07-094-14/+9
* Fixed a bug when testing extensions on the JVM compiler.Eduardo Julian2022-01-091-5/+8
* v0.6.5Eduardo Julian2021-11-301-1/+1
* Used new Function interface to fix directives bug in JVM compiler.Eduardo Julian2021-11-082-9/+11
* Sharing the same Function class between bootsrapper and JVM compiler.Eduardo Julian2021-11-081-1/+1
* v0.6.4Eduardo Julian2021-11-021-1/+1
* v0.6.3Eduardo Julian2021-10-221-2/+2
* Fixed packaging issue.Eduardo Julian2021-10-091-2/+2
* Commercial licensing option for Lux + release versions for sub-projects.Eduardo Julian2021-10-011-1/+1
* Added STDLIB documentation for the different target platforms.Eduardo Julian2021-09-192-6/+2
* More fixes.Eduardo Julian2021-08-201-2/+4
* Delegate text (lower|upper)-casing to the host-platform implementations.Eduardo Julian2021-06-261-1/+1
* Done with Python.Eduardo Julian2021-02-241-1/+1
* Compiler now shows suggestions when encountering unknown definitions.Eduardo Julian2021-01-121-10/+11
* Added lexically-scoped templates.Eduardo Julian2021-01-051-1/+5
* Re-named old luxc-jvm to lux-bootstrapper.Eduardo Julian2020-12-041-1/+1
* WIP: Leiningen integration with the new JVM compiler.Eduardo Julian2020-07-012-22/+48
* Updated lux-lein to work with latest JVM and LeiningenEduardo Julian2019-10-092-38/+64
* Commented out the exclusion of the "org/ow2/asm/asm-all" dependency.Eduardo Julian2019-09-151-1/+2
* Now only timing compiler operations in the Leiningen plugin.Eduardo Julian2019-03-173-15/+15
* No longer packaging extraneous artifacts from ambient .jars and other places.Eduardo Julian2019-03-131-12/+21
* No longer needing "jvm" or "js" configurations in "project.clj" files for Lux...Eduardo Julian2019-03-134-84/+32
* Now showing how long it takes to package a build.Eduardo Julian2019-03-131-3/+4
* No longer packaging Clojure or Lux source-code by accident.Eduardo Julian2019-03-131-3/+5
* Updated lux-lein to properly handle Leiningen profiles.Eduardo Julian2019-01-013-19/+32
* Changed the licenses in the project.clj files.Eduardo Julian2018-12-151-2/+2
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-131-1/+1
* - Fixed a bug when packaging uber-JARs in lux-lein.Eduardo Julian2018-04-141-3/+6
* - Fixed path-separator bugs in the Leiningen plugin.Eduardo Julian2017-12-012-17/+20
* - Better logging in Leiningen plugin.Eduardo Julian2017-11-293-93/+95
* - Fixed a bug when showing the error message for missing modules during build...Eduardo Julian2017-10-042-44/+48
* Merge pull request #38 from lgastako/patch-1The Lux Programming Language2017-10-041-2/+2
|\
| * Add missing quote and colon.John2017-10-041-2/+2
* | - Fixed a bug wherein incorrect specification of program modules or test modu...Eduardo Julian2017-10-042-40/+50
|/
* - Updated the license in the project.clj files.Eduardo Julian2017-03-241-2/+2
* - Now packaging the complete JS code.Eduardo Julian2017-03-214-30/+64
* - Can now select between JVM and JS compilation, based on command-line parame...Eduardo Julian2017-03-211-1/+1
* - Changed the license from MPL 2.0 to MIT.Eduardo Julian2017-01-2610-628/+0
* - Now testing whether the process exited with a normal status code, instead o...Eduardo Julian2017-01-262-13/+14
* - Fixed a bug wherein compiling/testing the stdlib involve grabbing another s...Eduardo Julian2017-01-253-78/+71
* - v0.6.0 development has officially begun!Eduardo Julian2017-01-121-3/+3
* - Fixed some bugs in the REPL.Eduardo Julian2017-01-111-4/+8
* - Added SCM info to project.clj files.Eduardo Julian2017-01-081-1/+4
* - Updated the project.clj files.Eduardo Julian2017-01-081-3/+3
* - Updated the READMEs.Eduardo Julian2017-01-081-12/+16
* - Fixed some bugs with path separators that caused issues on Windows.Eduardo Julian2017-01-021-6/+8
* - Improved support for Windows.Eduardo Julian2017-01-011-31/+55