aboutsummaryrefslogtreecommitdiff
path: root/luxc/src/lux/analyser.clj (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Lux no longer has a Char primitive data-type.Eduardo Julian2017-07-021-4/+0
* - Removed "T" suffix from Type's tags.Eduardo Julian2017-05-071-3/+3
* - Removed the "S" suffix from AST tags.Eduardo Julian2017-05-031-23/+23
* - Renamed _lux_lambda to _lux_function.Eduardo Julian2017-04-101-2/+2
* - Made some improvements to error messages in the compiler.Eduardo Julian2017-04-051-1/+1
* - Implemented custom JS host procedures.Eduardo Julian2017-03-151-2/+4
* - Now making sure custom analysis of per-platform procedures requires that th...Eduardo Julian2017-02-221-1/+2
* - Made some optimizations.Eduardo Julian2017-02-211-1/+1
* - Now doing common array analysis/compilation.Eduardo Julian2017-02-111-1/+1
* - Reorganized the code related to _lux_proc a bit.Eduardo Julian2017-02-071-5/+8
* - Added support for compiling _lux_proc (some procedures).Eduardo Julian2017-02-051-1/+4
* - Improved conversions to/from JS.Eduardo Julian2017-02-021-3/+3
* - Now wrapping macros to make sure all macros can be invoked, regardless of w...Eduardo Julian2017-02-011-3/+4
* - More refactorings.Eduardo Julian2017-01-301-1/+2
* - Major refactoring to make it easier to introduce the new (JS) backend.Eduardo Julian2017-01-291-2/+2
* - 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-3/+3
* - Finished compiler's support for Frac numbers.Eduardo Julian2016-12-261-0/+4
* - Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl...Eduardo Julian2016-12-011-0/+211