aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/repl.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-07- Moved the type-based value representation of the REPL into the standard lib...Eduardo Julian1-199/+4
2018-07-04- Re-named "degree" to "revolution".Eduardo Julian1-1/+1
2018-07-03- Re-named ":!" to ":coerce".Eduardo Julian1-21/+21
2018-06-15- WIP: Adjustments to new-luxc based on recent changes to stdlib.Eduardo Julian1-1/+1
2018-05-20- Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian1-16/+16
2018-05-10- Adjusted new-luxc to latest changes.Eduardo Julian1-15/+15
2018-05-10- Re-named "Compiler" type to "Lux".Eduardo Julian1-4/+4
2018-05-06- Updated new-luxc to the latest stdlib changes.Eduardo Julian1-3/+3
2018-04-06- Adapted new-luxc's code to latest stdlib changes.Eduardo Julian1-8/+13
2018-01-08- Re-factored initialization functions to their own module.Eduardo Julian1-1/+2
2018-01-08- Moved all translation code under the JVM path (in preparation for porting t...Eduardo Julian1-1/+1
2017-12-13- Added CLI machinery to compiler.Eduardo Julian1-1/+12
2017-12-05- Added analysis, synthesis, translation and statement extensions.Eduardo Julian1-6/+4
2017-11-29- Adapted main codebase to the latest syntatic changes.Eduardo Julian1-139/+139
2017-11-23- Added REPL.Eduardo Julian1-0/+316