aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Adjusted new-luxc to new macro-templating syntax.Eduardo Julian2017-12-021-1/+1
|
* - Adapted main codebase to the latest syntatic changes.Eduardo Julian2017-11-291-134/+134
|
* - Added REPL.Eduardo Julian2017-11-231-3/+3
|
* - Fixed some bugs.Eduardo Julian2017-11-221-1/+2
| | | | - Some refactoring. - Added some alternative snippets of code that new-luxc can handle better.
* - Fixed some bugs.Eduardo Julian2017-11-211-35/+57
| | | - Some small refactoring.
* - Added parallel compilation.Eduardo Julian2017-11-201-59/+101
| | | | | - Added aliasing. - Several bug fixes. - Some minor refactoring.
* - Moved "luxc/lang/host/macro" to "luxc/lang/macro".Eduardo Julian2017-11-151-3/+3
|
* - Re-named "lux/meta" to to "lux/macro".Eduardo Julian2017-11-151-25/+25
|
* - Moved "/type" and "/type/check" from "lux/meta" to "lux/lang".Eduardo Julian2017-11-151-2/+2
|
* - Moved "luxc/lang/syntax" to "lux/lang/syntax".Eduardo Julian2017-11-151-6/+6
| | | - Minor refactoring.
* - Moved type-cleaning to lux/meta/type/check.Eduardo Julian2017-11-151-38/+1
|
* - Heavy refactoring.Eduardo Julian2017-11-151-23/+19
|
* - Modified the syntax for module definitions.Eduardo Julian2017-11-141-12/+30
| | | - Fixed some bugs.
* - Removed "lux text last-index" procedure.Eduardo Julian2017-11-141-4/+4
| | | | | - Removed "lux text trim" procedure. - Modified "lux text clip" procedure. - Some bug fixes.
* - Yet more refactoring.Eduardo Julian2017-11-141-0/+40
|
* - Refactoring.Eduardo Julian2017-11-131-1/+2
| | | | - Now giving type checking/inference a higher priority. - Better error messages.
* - Type-vars no longer get deleted.Eduardo Julian2017-11-131-17/+18
| | | - Fixed some bugs.
* - Fixed some bugs.Eduardo Julian2017-11-061-18/+19
|
* - Minor refactorings.Eduardo Julian2017-11-011-22/+38
| | | | - Fixed some bugs. - Enabled macro-expansion for statements.
* - Re-organized code-generation, and re-named it "translation".Eduardo Julian2017-11-011-0/+179