aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/procedure (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - "gensym" went back to producing Code, instead of Ident.Eduardo Julian2017-12-021-9/+8
|
* - Adjusted new-luxc to new macro-templating syntax.Eduardo Julian2017-12-021-11/+12
|
* - Adapted main codebase to the latest syntatic changes.Eduardo Julian2017-11-292-794/+794
|
* - Changed to the new relative imports syntax.Eduardo Julian2017-11-261-1/+1
|
* - 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-211-64/+63
| | | - Some small refactoring.
* - Re-named "lux/meta" to to "lux/macro".Eduardo Julian2017-11-152-27/+27
|
* - Heavy refactoring.Eduardo Julian2017-11-152-14/+14
|
* - Made "lux text clip" work like it used to.Eduardo Julian2017-11-141-1/+1
|
* - Fixed some bugs.Eduardo Julian2017-11-141-2/+3
| | | - 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-142-22/+39
|
* - Refactoring.Eduardo Julian2017-11-131-19/+25
| | | | - Now giving type checking/inference a higher priority. - Better error messages.
* - Fixed the tests.Eduardo Julian2017-11-091-5/+22
| | | | - Fixed a few bugs. - Can now translate recursion.
* - Fixed some bugs.Eduardo Julian2017-11-061-22/+29
|
* - Minor refactorings.Eduardo Julian2017-11-012-36/+36
| | | | - Fixed some bugs. - Enabled macro-expansion for statements.
* - Re-organized code-generation, and re-named it "translation".Eduardo Julian2017-11-012-0/+1468