aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Adapted main codebase to the latest syntatic changes.Eduardo Julian2017-11-2915-1907/+1844
|
* - Changed to the new relative imports syntax.Eduardo Julian2017-11-265-22/+20
|
* - Fixed some bugs.Eduardo Julian2017-11-221-111/+121
| | | | - Some refactoring. - Added some alternative snippets of code that new-luxc can handle better.
* - Fixed some bugs.Eduardo Julian2017-11-214-89/+101
| | | - Some small refactoring.
* - Added parallel compilation.Eduardo Julian2017-11-206-53/+219
| | | | | - Added aliasing. - Several bug fixes. - Some minor refactoring.
* - Re-named "lux/meta" to to "lux/macro".Eduardo Julian2017-11-1512-134/+134
|
* - Heavy refactoring.Eduardo Julian2017-11-1514-87/+87
|
* - Made "lux text clip" work like it used to.Eduardo Julian2017-11-142-33/+33
|
* - Fixed some bugs.Eduardo Julian2017-11-143-4/+28
| | | - new-luxc can now fully compile lux.lux!
* - Removed "lux text last-index" procedure.Eduardo Julian2017-11-141-3/+12
| | | | | - Removed "lux text trim" procedure. - Modified "lux text clip" procedure. - Some bug fixes.
* - Implemented loop translation.Eduardo Julian2017-11-144-47/+101
|
* - Added hashing to avoid collisions in case-insensitive file-systems.Eduardo Julian2017-11-143-12/+13
|
* - Yet more refactoring.Eduardo Julian2017-11-141-1/+1
|
* - Refactoring.Eduardo Julian2017-11-134-27/+38
| | | | - Now giving type checking/inference a higher priority. - Better error messages.
* - Type-vars no longer get deleted.Eduardo Julian2017-11-133-44/+47
| | | - Fixed some bugs.
* - Fixed some bugs.Eduardo Julian2017-11-121-47/+40
| | | | - Improved error reporting. - Optimized pattern-matching a bit.
* - Fixed the tests.Eduardo Julian2017-11-095-40/+87
| | | | - Fixed a few bugs. - Can now translate recursion.
* - Fixed some bugs.Eduardo Julian2017-11-065-26/+48
|
* - Fixed some bugs.Eduardo Julian2017-11-064-46/+16
|
* - Minor refactorings.Eduardo Julian2017-11-0111-105/+105
| | | | - Fixed some bugs. - Enabled macro-expansion for statements.
* - Re-organized code-generation, and re-named it "translation".Eduardo Julian2017-11-0113-0/+3153