aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Migrated structure analysis to stdlib.Eduardo Julian2018-05-161-47/+0
| | | - Added an easy way to report information in exceptions.
* - Migrated primitive analysis to stdlib.Eduardo Julian2018-05-151-145/+0
|
* - Updated new-luxc to the latest stdlib changes.Eduardo Julian2018-05-061-1/+1
|
* - Adapted new-luxc's code to latest stdlib changes.Eduardo Julian2018-04-061-12/+13
|
* - Adapted main codebase to the latest syntatic changes.Eduardo Julian2017-11-291-86/+86
|
* - Added parallel compilation.Eduardo Julian2017-11-201-0/+12
| | | | | - Added aliasing. - Several bug fixes. - Some minor refactoring.
* - Re-named "lux/meta" to to "lux/macro".Eduardo Julian2017-11-151-9/+9
|
* - Moved "/type" and "/type/check" from "lux/meta" to "lux/lang".Eduardo Julian2017-11-151-2/+2
|
* - Moved "luxc/lang/syntax" to "lux/lang/syntax".Eduardo Julian2017-11-151-1/+1
| | | - Minor refactoring.
* - Heavy refactoring.Eduardo Julian2017-11-151-0/+245
|
* - Added tests for some kinds of analysis.Eduardo Julian2017-05-091-44/+0
| | | - WIP: Porting more code.
* - Renamed "AST" to "Code".Eduardo Julian2017-05-071-2/+2
|
* - WIP: Implemented more functionality.Eduardo Julian2017-05-031-0/+44
- Lots of refactorings.