aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/base.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Heavy refactoring.Eduardo Julian2017-11-151-245/+0
* - Refactoring.Eduardo Julian2017-11-131-7/+7
* - Type-vars no longer get deleted.Eduardo Julian2017-11-131-0/+12
* - Fixed the tests.Eduardo Julian2017-11-091-1/+1
* - Fixed some bugs.Eduardo Julian2017-11-061-1/+1
* - Fixed some bugs.Eduardo Julian2017-10-291-4/+4
* - Added a new piece of compiler state, just for storing the current-module.Eduardo Julian2017-10-261-1/+14
* - WIP: Wiring everything to get the compiler to work fully.Eduardo Julian2017-10-261-7/+46
* - Updated to the latest changes in stdlib.Eduardo Julian2017-10-181-53/+48
* - Migrated new-luxc to latest version of stdlib.Eduardo Julian2017-10-111-3/+3
* - WIP: JVM field analysis.Eduardo Julian2017-10-081-12/+24
* - Renamed the "compilation" phase as the "generation" phase.Eduardo Julian2017-06-121-0/+8
* - Fixes for pattern-matching (case) analysis.Eduardo Julian2017-05-291-12/+22
* - WIP: Added pattern-matching (case) analysis.Eduardo Julian2017-05-191-9/+12
* - Renamed "Error" to "Result".Eduardo Julian2017-05-171-22/+34
* WIPEduardo Julian2017-05-151-4/+6
* - WIP: Function analysis.Eduardo Julian2017-05-141-0/+38
* - Added tests for some kinds of analysis.Eduardo Julian2017-05-091-5/+22
* - Removed the "Debug" compiler mode.Eduardo Julian2017-05-041-2/+3
* - WIP: Implemented more functionality.Eduardo Julian2017-05-031-2/+64
* - WIP: Some initial implementations for some re-written infrastructure.Eduardo Julian2017-05-011-0/+21