index
:
lux
master
fork of https://github.com/LuxLang/lux for my bookshelf
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
new-luxc
/
project.clj
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-04-11
WIP: Lua compiler.
Eduardo Julian
1
-4
/
+0
2019-04-09
WIP: Ruby compiler.
Eduardo Julian
1
-2
/
+0
2019-03-31
Added Lux version to manifests.
Eduardo Julian
1
-0
/
+1
2019-03-26
Got the Python compiler running.
Eduardo Julian
1
-2
/
+0
2019-03-13
No longer needing "jvm" or "js" configurations in "project.clj" files for Lux...
Eduardo Julian
1
-2
/
+2
2019-02-24
Got new-luxc to compile/build again.
Eduardo Julian
1
-11
/
+14
2018-12-15
Changed the licenses in the project.clj files.
Eduardo Julian
1
-2
/
+2
2018-12-04
Excised the Renjin R interpreter, to avoid licensing complications.
Eduardo Julian
1
-17
/
+16
2018-05-10
- Re-named "Compiler" type to "Lux".
Eduardo Julian
1
-1
/
+1
2018-05-06
- Updated new-luxc to the latest stdlib changes.
Eduardo Julian
1
-8
/
+8
2018-05-01
- WIP: - Initial PHP back-end implementation [missing procedures].
Eduardo Julian
1
-9
/
+21
2018-04-14
- Initial R back-end implementation.
Eduardo Julian
1
-2
/
+5
2018-04-04
- Initial Python back-end implementation.
Eduardo Julian
1
-1
/
+2
2018-03-13
- Initial Ruby back-end implementation.
Eduardo Julian
1
-1
/
+2
2018-03-06
- Initial Lua backend implementation.
Eduardo Julian
1
-1
/
+4
2017-05-09
- Added tests for some kinds of analysis.
Eduardo Julian
1
-1
/
+1
2017-04-14
- Development of the new re-written compiler has officially begun!
Eduardo Julian
1
-5
/
+6
2017-03-24
- Updated the license in the project.clj files.
Eduardo Julian
1
-3
/
+3
2017-01-12
- v0.6.0 development has officially begun!
Eduardo Julian
1
-2
/
+2
2017-01-08
- Added SCM info to project.clj files.
Eduardo Julian
1
-2
/
+7
2017-01-08
- Updated the project.clj files.
Eduardo Julian
1
-2
/
+2
2016-12-01
- Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl...
Eduardo Julian
1
-18
/
+7
2016-12-01
- Updated project.clj file.
Eduardo Julian
1
-1
/
+3
2016-10-26
- Upgraded compiler to Clojure 1.8.
Eduardo Julian
1
-1
/
+1
2016-10-26
- Now using various JVM options to speed-up compiler execution.
Eduardo Julian
1
-0
/
+3
2016-10-11
- Finished a working implementation of parallel compilation, that doesn't rel...
Eduardo Julian
1
-2
/
+1
2016-10-09
- Now merging compiler-states pre-and-post module compilation.
Eduardo Julian
1
-1
/
+2
2016-10-03
- Renamed "loop" to "iter".
Eduardo Julian
1
-2
/
+11
2016-08-09
-Updated project.clj file to new version.
Eduardo Julian
1
-1
/
+5
2016-04-26
- Now, the parser no longer ignores uneven-record errors.
Eduardo Julian
1
-1
/
+1
2016-04-26
- Made some fixes to type-inference for pattern-matching.
Eduardo Julian
1
-2
/
+4
2016-04-18
- The compiler now takes the list of directories on which to look for source ...
Eduardo Julian
1
-1
/
+1
2016-01-17
- Updated the compiler version to 0.3.2
Eduardo Julian
1
-1
/
+1
2015-11-29
- No longer removing empty lines from source code when reading it. Now lexing...
Eduardo Julian
1
-1
/
+1
2015-10-04
- Removed the Lux source from the repo, as it now belongs to the lux/stdlib p...
Eduardo Julian
1
-2
/
+1
2015-09-30
- Changed the license in the project.clj file (had forgotten until now).
Eduardo Julian
1
-2
/
+2
2015-09-27
- Lux programs can now use libraries for both the JVM (.jar files) and pure L...
Eduardo Julian
1
-1
/
+2
2015-08-03
- Type definitions inside the compiler data now hold the type itself.
Eduardo Julian
1
-1
/
+1
2015-05-06
- Made several optimizations to the compiler.
Eduardo Julian
1
-2
/
+2
2015-05-04
- Added the LuxVar type to properly specify the type of environment bindings.
Eduardo Julian
1
-3
/
+4
2015-05-03
- Optimized the compiler by eliminating reflection.
Eduardo Julian
1
-1
/
+2
2014-12-01
* Time to start compiling...
Eduardo Julian
1
-1
/
+2