aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/io.jvm.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Moved LuxC's I/O to stdlib.Eduardo Julian2018-07-081-121/+0
* - Re-named "import" to "import:".Eduardo Julian2018-07-031-1/+1
* - Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian2018-05-201-2/+2
* - Updated new-luxc to the latest stdlib changes.Eduardo Julian2018-05-061-2/+2
* - Adapted new-luxc's code to latest stdlib changes.Eduardo Julian2018-04-061-7/+13
* - Adapted new-luxc to latest version of stdlib.Eduardo Julian2018-01-281-3/+3
* - Fixed a bug when creating directories during compilation.Eduardo Julian2018-01-031-7/+10
* - WIP: Caching.Eduardo Julian2017-12-051-8/+34
* - Added analysis, synthesis, translation and statement extensions.Eduardo Julian2017-12-051-77/+33
* - Now using platform-specific path separators instead of "/".Eduardo Julian2017-12-011-6/+9
* - Adapted main codebase to the latest syntatic changes.Eduardo Julian2017-11-291-40/+40
* - Added parallel compilation.Eduardo Julian2017-11-201-20/+53
* - Re-named "lux/meta" to to "lux/macro".Eduardo Julian2017-11-151-1/+1
* - Heavy refactoring.Eduardo Julian2017-11-151-2/+1
* - WIP: Wiring everything to get the compiler to work fully.Eduardo Julian2017-10-261-84/+85
* - Updated to the latest changes in stdlib.Eduardo Julian2017-10-181-14/+14
* - Re-named "jvm-import" to "import".Eduardo Julian2017-09-081-5/+5
* - Renamed "Error" to "Result".Eduardo Julian2017-05-171-13/+13
* - Changed the name of "let%" to "with-expansions".Eduardo Julian2017-05-071-18/+19
* - WIP: Some initial implementations for some re-written infrastructure.Eduardo Julian2017-05-011-0/+93