aboutsummaryrefslogtreecommitdiff
path: root/luxc/src/lux.clj (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Removed the "Debug" compiler mode.Eduardo Julian2017-05-041-4/+1
|
* - Made some improvements to error messages in the compiler.Eduardo Julian2017-04-051-1/+1
|
* - Can now select between JVM and JS compilation, based on command-line ↵Eduardo Julian2017-03-211-4/+4
| | | | parameters.
* - Major refactoring to make it easier to introduce the new (JS) backend.Eduardo Julian2017-01-291-1/+0
|
* - 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-1/+1
|
* - Renamed lux/data/struct/tree to lux/data/struct/tree/rose.Eduardo Julian2017-01-251-5/+5
| | | | | | - Moved lux/data/struct/zipper to lux/data/struct/tree/zipper. - Moved lux/regex to lux/lexer/regex. - Changed the suffix of annotation tags, from M to A. - Renamed Frac(tional) numbers to Deg(rees).
* - Fixed some bugs in the REPL.Eduardo Julian2017-01-111-2/+4
|
* - Removed some comments that slipped in with the code.Eduardo Julian2016-12-071-14/+0
|
* - Collected the Lux compiler's repo, the Standard Library's, the Leiningen ↵Eduardo Julian2016-12-011-0/+52
plugin's and the Emacs mode's into a big monorepo, to keep development unified.