aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/common.jvm.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Moved all translation code under the JVM path (in preparation for porting ↵Eduardo Julian2018-01-081-136/+0
| | | | the JS back-end).
* - WIP: Caching.Eduardo Julian2017-12-051-14/+48
|
* - Added analysis, synthesis, translation and statement extensions.Eduardo Julian2017-12-051-2/+0
| | | | - 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-37/+37
|
* - Added parallel compilation.Eduardo Julian2017-11-201-5/+5
| | | | | - Added aliasing. - Several bug fixes. - Some minor refactoring.
* - Heavy refactoring.Eduardo Julian2017-11-151-5/+5
|
* - Added hashing to avoid collisions in case-insensitive file-systems.Eduardo Julian2017-11-141-3/+4
|
* - Fixed the tests.Eduardo Julian2017-11-091-2/+6
| | | | - Fixed a few bugs. - Can now translate recursion.
* - Fixed some bugs.Eduardo Julian2017-11-061-34/+2
|
* - Re-organized code-generation, and re-named it "translation".Eduardo Julian2017-11-011-0/+131