aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/procedure/common.jvm.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Moved all translation code under the JVM path (in preparation for porting ↵Eduardo Julian2018-01-081-809/+0
| | | | the JS back-end).
* - Added "Box" support to new-luxc.Eduardo Julian2018-01-031-1/+37
|
* - "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-291-288/+288
|
* - 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-151-7/+7
|
* - Heavy refactoring.Eduardo Julian2017-11-151-7/+7
|
* - 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-141-4/+27
|
* - 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-011-3/+3
| | | | - Fixed some bugs. - Enabled macro-expansion for statements.
* - Re-organized code-generation, and re-named it "translation".Eduardo Julian2017-11-011-0/+707