aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/repl.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - 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 ↵Eduardo Julian2018-01-081-1/+1
| | | | the JS back-end).
* - Added CLI machinery to compiler.Eduardo Julian2017-12-131-1/+12
| | | - Added extensions to the REPL.
* - Added analysis, synthesis, translation and statement extensions.Eduardo Julian2017-12-051-6/+4
| | | | - No longer doing ad-hoc I/O in new-luxc. - Minor fixes and adjustments.
* - Adapted main codebase to the latest syntatic changes.Eduardo Julian2017-11-291-139/+139
|
* - Added REPL.Eduardo Julian2017-11-231-0/+316