aboutsummaryrefslogtreecommitdiff
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Began work on C++ back-end.Eduardo Julian2022-12-231-0/+9
|
* Documentation changes for v0.7.0Eduardo Julian2022-08-141-3/+2
|
* Better syntax for invoking super methods inside overriden methods.Eduardo Julian2022-06-141-0/+5
|
* Generalized macro-let.Eduardo Julian2022-06-121-0/+5
|
* Optimizations for the pure-Lux JVM compiler. [Part 2]Eduardo Julian2022-02-121-7/+6
|
* v0.6.5Eduardo Julian2021-11-301-0/+2
|
* Sharing the same Function class between bootsrapper and JVM compiler.Eduardo Julian2021-11-081-1/+2
|
* v0.6.3Eduardo Julian2021-10-221-5/+13
|
* Now properly loading cached modules.Eduardo Julian2021-07-171-2/+1
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-11/+6
|
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-0/+2
|
* Extracted Licentia out of the standard library.Eduardo Julian2021-06-141-0/+4
|
* Re-named old luxc-jvm to lux-bootstrapper.Eduardo Julian2020-12-041-3/+3
|
* Split new-luxc into lux-jvm and lux-r.Eduardo Julian2020-05-301-5/+11
|
* FIX the names of function classes are now prefixed with their originating ↵Eduardo Julian2019-12-291-1/+2
| | | | module.
* WIP: Separate Scheme compiler.Eduardo Julian2019-05-211-0/+6
|
* The Common Lisp compiler is alive.Eduardo Julian2019-05-011-0/+6
|
* WIP: Turning compiler tests into a re-usable specification.Eduardo Julian2019-04-261-0/+6
|
* WIP: PHP compiler.Eduardo Julian2019-04-241-0/+5
|
* WIP: Lua compiler.Eduardo Julian2019-04-111-0/+5
|
* WIP: Ruby compiler.Eduardo Julian2019-04-091-0/+5
|
* Updated JVM compiler.Eduardo Julian2019-04-041-0/+1
|
* Got the Python compiler running.Eduardo Julian2019-03-261-5/+14
|
* Now compiling program statements.Eduardo Julian2019-03-171-0/+1
|
* Updated .gitignore for new JS compiler.Eduardo Julian2019-03-131-1/+5
|
* - Implemented some math functions in pure Lux, to reduce the needs of the ↵Eduardo Julian2018-04-051-0/+1
| | | | compiler, and make it easier to port Lux to new backends.
* - Updated .gitignore.Eduardo Julian2017-12-171-0/+1
|
* - Integrated documentation into the main repo (powered by mkdocs).Eduardo Julian2017-08-271-0/+2
|
* - Updated .gitignore.Eduardo Julian2016-12-011-0/+2
|
* - Collected the Lux compiler's repo, the Standard Library's, the Leiningen ↵Eduardo Julian2016-12-011-7/+4
| | | | plugin's and the Emacs mode's into a big monorepo, to keep development unified.
* - Some bug fixes.Eduardo Julian2015-07-191-0/+2
| | | - More additions to the standard library.
* Added lambdas! (not yet real closures, but coming soon...)Eduardo Julian2014-12-151-0/+3
|
* + Can lex basic tokens.Eduardo Julian2014-11-251-0/+9
+ Can parse basic syntax. + Can eval integer multiplication.