aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-17- Migrated Scheme back-end to stdlib.Eduardo Julian1-44/+0
2018-06-15- WIP: Adjustments to new-luxc based on recent changes to stdlib.Eduardo Julian1-15/+6
2018-05-16- Migrated reference analysis to stdlib.Eduardo Julian1-13/+0
2018-05-16- Migrated structure analysis to stdlib.Eduardo Julian1-47/+0
2018-05-15- Migrated primitive analysis to stdlib.Eduardo Julian1-145/+0
2018-05-06- Updated new-luxc to the latest stdlib changes.Eduardo Julian1-1/+1
2018-04-06- Adapted new-luxc's code to latest stdlib changes.Eduardo Julian1-12/+13
2017-11-29- Adapted main codebase to the latest syntatic changes.Eduardo Julian1-86/+86
2017-11-20- Added parallel compilation.Eduardo Julian1-0/+12
2017-11-15- Re-named "lux/meta" to to "lux/macro".Eduardo Julian1-9/+9
2017-11-15- Moved "/type" and "/type/check" from "lux/meta" to "lux/lang".Eduardo Julian1-2/+2
2017-11-15- Moved "luxc/lang/syntax" to "lux/lang/syntax".Eduardo Julian1-1/+1
2017-11-15- Heavy refactoring.Eduardo Julian1-0/+0
2017-11-13- Refactoring.Eduardo Julian1-7/+7
2017-11-13- Type-vars no longer get deleted.Eduardo Julian1-0/+12
2017-11-09- Fixed the tests.Eduardo Julian1-1/+1
2017-11-06- Fixed some bugs.Eduardo Julian1-1/+1
2017-10-29- Fixed some bugs.Eduardo Julian1-4/+4
2017-10-26- Added a new piece of compiler state, just for storing the current-module.Eduardo Julian1-1/+14
2017-10-26- WIP: Wiring everything to get the compiler to work fully.Eduardo Julian1-7/+46
2017-10-18- Updated to the latest changes in stdlib.Eduardo Julian1-53/+48
2017-10-11- Migrated new-luxc to latest version of stdlib.Eduardo Julian1-3/+3
2017-10-08- WIP: JVM field analysis.Eduardo Julian1-12/+24
2017-06-12- Renamed the "compilation" phase as the "generation" phase.Eduardo Julian1-0/+8
2017-05-29- Fixes for pattern-matching (case) analysis.Eduardo Julian1-12/+22
2017-05-19- WIP: Added pattern-matching (case) analysis.Eduardo Julian1-9/+12
2017-05-17- Renamed "Error" to "Result".Eduardo Julian1-22/+34
2017-05-15WIPEduardo Julian1-4/+6
2017-05-14- WIP: Function analysis.Eduardo Julian1-0/+38
2017-05-09- Added tests for some kinds of analysis.Eduardo Julian1-5/+22
2017-05-04- Removed the "Debug" compiler mode.Eduardo Julian1-2/+3
2017-05-03- WIP: Implemented more functionality.Eduardo Julian1-2/+64
2017-05-01- WIP: Some initial implementations for some re-written infrastructure.Eduardo Julian1-0/+21