aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/project.clj (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-13Re-licensed to MPL 2.0Eduardo Julian1-0/+3
2022-08-17Proper testing for debug.log!Eduardo Julian1-1/+1
2022-08-14Documentation changes for v0.7.0Eduardo Julian1-2/+2
2022-07-09First-class programs instead of having a "lux program" extension.Eduardo Julian1-2/+2
2022-04-05No longer depending on the ASM library for JVM bytecode generation.Eduardo Julian1-9/+3
2021-11-30v0.6.5Eduardo Julian1-1/+1
2021-11-08Used new Function interface to fix directives bug in JVM compiler.Eduardo Julian1-1/+1
2021-11-08Sharing the same Function class between bootsrapper and JVM compiler.Eduardo Julian1-1/+3
2021-11-02v0.6.4Eduardo Julian1-1/+1
2021-10-22v0.6.3Eduardo Julian1-1/+1
2021-10-09Fixed packaging issue.Eduardo Julian1-3/+7
2021-10-01Commercial licensing option for Lux + release versions for sub-projects.Eduardo Julian1-3/+2
2021-08-20More fixes.Eduardo Julian1-1/+1
2021-02-24Done with Python.Eduardo Julian1-1/+1
2020-12-04Re-named old luxc-jvm to lux-bootstrapper.Eduardo Julian1-1/+1
2020-07-01Moved all spec(ifications) from under "test/" to under "spec/".Eduardo Julian1-1/+1
2020-05-30Split new-luxc into lux-jvm and lux-r.Eduardo Julian1-5/+3
2019-10-14The new compiler can compile & run the stdlib's test suite.Eduardo Julian1-1/+3
2019-09-14More fixes.Eduardo Julian1-2/+3
2019-05-21WIP: Separate Scheme compiler.Eduardo Julian1-4/+1
2019-05-01The Common Lisp compiler is alive.Eduardo Julian1-2/+0
2019-04-26WIP: Turning compiler tests into a re-usable specification.Eduardo Julian1-2/+1
2019-04-24WIP: PHP compiler.Eduardo Julian1-3/+0
2019-04-11WIP: Lua compiler.Eduardo Julian1-4/+0
2019-04-09WIP: Ruby compiler.Eduardo Julian1-2/+0
2019-03-31Added Lux version to manifests.Eduardo Julian1-0/+1
2019-03-26Got the Python compiler running.Eduardo Julian1-2/+0
2019-03-13No longer needing "jvm" or "js" configurations in "project.clj" files for Lux...Eduardo Julian1-2/+2
2019-02-24Got new-luxc to compile/build again.Eduardo Julian1-11/+14
2018-12-15Changed the licenses in the project.clj files.Eduardo Julian1-2/+2
2018-12-04Excised the Renjin R interpreter, to avoid licensing complications.Eduardo Julian1-17/+16
2018-05-10- Re-named "Compiler" type to "Lux".Eduardo Julian1-1/+1
2018-05-06- Updated new-luxc to the latest stdlib changes.Eduardo Julian1-8/+8
2018-05-01- WIP: - Initial PHP back-end implementation [missing procedures].Eduardo Julian1-9/+21
2018-04-14- Initial R back-end implementation.Eduardo Julian1-2/+5
2018-04-04- Initial Python back-end implementation.Eduardo Julian1-1/+2
2018-03-13- Initial Ruby back-end implementation.Eduardo Julian1-1/+2
2018-03-06- Initial Lua backend implementation.Eduardo Julian1-1/+4
2017-05-09- Added tests for some kinds of analysis.Eduardo Julian1-1/+1
2017-04-14- Development of the new re-written compiler has officially begun!Eduardo Julian1-5/+6
2017-03-24- Updated the license in the project.clj files.Eduardo Julian1-3/+3
2017-01-12- v0.6.0 development has officially begun!Eduardo Julian1-2/+2
2017-01-08- Added SCM info to project.clj files.Eduardo Julian1-2/+7
2017-01-08- Updated the project.clj files.Eduardo Julian1-2/+2
2016-12-01- Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl...Eduardo Julian1-18/+7
2016-12-01- Updated project.clj file.Eduardo Julian1-1/+3
2016-10-26- Upgraded compiler to Clojure 1.8.Eduardo Julian1-1/+1
2016-10-26- Now using various JVM options to speed-up compiler execution.Eduardo Julian1-0/+3
2016-10-11- Finished a working implementation of parallel compilation, that doesn't rel...Eduardo Julian1-2/+1
2016-10-09- Now merging compiler-states pre-and-post module compilation.Eduardo Julian1-1/+2