aboutsummaryrefslogtreecommitdiff
path: root/luxc/src/lux/analyser/parser.clj (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-131-11/+11
|
* - Got the old compiler to compile again.Eduardo Julian2018-05-051-207/+211
|
* - Fixed some parsing errors affecting JVM interface analysis/compilation.Eduardo Julian2018-01-281-6/+15
|
* - Fixed a type-bug in old compiler.Eduardo Julian2018-01-231-1/+1
|
* - Re-named "real" numbers to "frac"(tions).Eduardo Julian2017-09-041-2/+2
|
* - Lux no longer has a Char primitive data-type.Eduardo Julian2017-07-021-3/+0
|
* - Fixed a bug when parsing constructor arguments.Eduardo Julian2017-04-301-0/+1
|
* - 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
|
* - Updated lux/host tests.Eduardo Julian2016-12-061-0/+3
| | | | | - Fixed a bug in the way the [jvm l2b] and [jvm l2s] procedures worked. - Fixed a bug in interface definition. - Relaxed the syntacting requirements of class/interface/anonymous-class definition macros.
* - Collected the Lux compiler's repo, the Standard Library's, the Leiningen ↵Eduardo Julian2016-12-011-0/+469
plugin's and the Emacs mode's into a big monorepo, to keep development unified.