aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/analysis/expression.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Migrated structure analysis to stdlib.Eduardo Julian2018-05-161-126/+0
| | | - Added an easy way to report information in exceptions.
* - Adapted new-luxc's code to latest stdlib changes.Eduardo Julian2018-04-061-5/+10
|
* - Moved all translation code under the JVM path (in preparation for porting ↵Eduardo Julian2018-01-081-1/+1
| | | | the JS back-end).
* - All analysis procedures have been turned into extensions.Eduardo Julian2017-12-051-3/+5
|
* - Adjusted new-luxc to new macro-templating syntax.Eduardo Julian2017-12-021-1/+1
|
* - Adapted main codebase to the latest syntatic changes.Eduardo Julian2017-11-291-53/+53
|
* - Changed to the new relative imports syntax.Eduardo Julian2017-11-261-1/+1
|
* - Fixed some bugs.Eduardo Julian2017-11-211-7/+8
| | | - Some small refactoring.
* - Added parallel compilation.Eduardo Julian2017-11-201-12/+16
| | | | | - Added aliasing. - Several bug fixes. - Some minor refactoring.
* - Moved "luxc/lang/host/macro" to "luxc/lang/macro".Eduardo Julian2017-11-151-2/+2
|
* - Re-named "lux/meta" to to "lux/macro".Eduardo Julian2017-11-151-6/+6
|
* - Moved "/type" and "/type/check" from "lux/meta" to "lux/lang".Eduardo Julian2017-11-151-1/+1
|
* - Heavy refactoring.Eduardo Julian2017-11-151-6/+6
|
* - Refactoring.Eduardo Julian2017-11-131-1/+2
| | | | - Now giving type checking/inference a higher priority. - Better error messages.
* - Minor refactorings.Eduardo Julian2017-11-011-30/+2
| | | | - Fixed some bugs. - Enabled macro-expansion for statements.
* - Re-organized code-generation, and re-named it "translation".Eduardo Julian2017-11-011-4/+4
|
* - Re-organized analysis.Eduardo Julian2017-10-311-0/+141