aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/repl.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Moved the type-based value representation of the REPL into the standard lib...Eduardo Julian2018-07-071-199/+4
* - Re-named "degree" to "revolution".Eduardo Julian2018-07-041-1/+1
* - Re-named ":!" to ":coerce".Eduardo Julian2018-07-031-21/+21
* - WIP: Adjustments to new-luxc based on recent changes to stdlib.Eduardo Julian2018-06-151-1/+1
* - Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian2018-05-201-16/+16
* - Adjusted new-luxc to latest changes.Eduardo Julian2018-05-101-15/+15
* - Re-named "Compiler" type to "Lux".Eduardo Julian2018-05-101-4/+4
* - Updated new-luxc to the latest stdlib changes.Eduardo Julian2018-05-061-3/+3
* - Adapted new-luxc's code to latest stdlib changes.Eduardo Julian2018-04-061-8/+13
* - Re-factored initialization functions to their own module.Eduardo Julian2018-01-081-1/+2
* - Moved all translation code under the JVM path (in preparation for porting t...Eduardo Julian2018-01-081-1/+1
* - Added CLI machinery to compiler.Eduardo Julian2017-12-131-1/+12
* - Added analysis, synthesis, translation and statement extensions.Eduardo Julian2017-12-051-6/+4
* - Adapted main codebase to the latest syntatic changes.Eduardo Julian2017-11-291-139/+139
* - Added REPL.Eduardo Julian2017-11-231-0/+316