aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang (follow)
Commit message (Expand)AuthorAgeFilesLines
* - "gensym" went back to producing Code, instead of Ident.Eduardo Julian2017-12-023-14/+12
* - Added new "lux in-module" procedure for changing the module while analysing...Eduardo Julian2017-12-021-5/+23
* - Adjusted new-luxc to new macro-templating syntax.Eduardo Julian2017-12-0214-52/+53
* - Made it so that module annotations can only be set once now.Eduardo Julian2017-12-011-7/+17
* - Adapted main codebase to the latest syntatic changes.Eduardo Julian2017-11-2946-4173/+4107
* - Changed to the new relative imports syntax.Eduardo Julian2017-11-2611-39/+37
* - Added REPL.Eduardo Julian2017-11-231-3/+3
* - Fixed some bugs.Eduardo Julian2017-11-226-184/+242
* - Fixed some bugs.Eduardo Julian2017-11-2114-252/+311
* - Added parallel compilation.Eduardo Julian2017-11-2013-158/+429
* - Moved "luxc/lang/host/macro" to "luxc/lang/macro".Eduardo Julian2017-11-153-8/+8
* - Re-named "lux/meta" to to "lux/macro".Eduardo Julian2017-11-1536-368/+368
* - Moved "/type" and "/type/check" from "lux/meta" to "lux/lang".Eduardo Julian2017-11-1512-20/+20
* - Moved "luxc/lang/syntax" to "lux/lang/syntax".Eduardo Julian2017-11-1510-660/+37
* - Moved type-cleaning to lux/meta/type/check.Eduardo Julian2017-11-152-40/+4
* - Heavy refactoring.Eduardo Julian2017-11-1538-146/+1666
* - Modified the syntax for module definitions.Eduardo Julian2017-11-142-13/+40
* - Made "lux text clip" work like it used to.Eduardo Julian2017-11-143-34/+34
* - Fixed some bugs.Eduardo Julian2017-11-144-5/+29
* - Removed "lux text last-index" procedure.Eduardo Julian2017-11-145-62/+104
* - 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-149-155/+115
* - More refactoring.Eduardo Julian2017-11-135-72/+53
* - Refactoring.Eduardo Julian2017-11-1315-490/+481
* - Improved handling of type variables.Eduardo Julian2017-11-133-19/+64
* - Type-vars no longer get deleted.Eduardo Julian2017-11-1310-102/+98
* - Fixed some bugs.Eduardo Julian2017-11-127-133/+151
* - Fixed the tests.Eduardo Julian2017-11-099-64/+135
* - Fixed some bugs.Eduardo Julian2017-11-067-35/+60
* - Fixed some bugs.Eduardo Julian2017-11-067-76/+56
* - Minor refactorings.Eduardo Julian2017-11-0116-195/+184
* - Re-organized code-generation, and re-named it "translation".Eduardo Julian2017-11-0115-4/+3336
* - Re-organized synthesis.Eduardo Julian2017-11-015-0/+566
* - Re-named "parser" to "syntax".Eduardo Julian2017-10-311-0/+0
* - Re-organized analysis.Eduardo Julian2017-10-3114-0/+3801
* - Migrated the format of analysis nodes from a custom data-type, to just Code...Eduardo Julian2017-10-313-51/+118
* - Migrated the format of synthesis nodes from a custom data-type, to just Cod...Eduardo Julian2017-10-301-36/+2
* - Function generation.Eduardo Julian2017-09-191-1/+1
* - Updated new compiler's code to the recent changes in the language.Eduardo Julian2017-09-052-4/+4
* - Renamed "#Relative" to "#Variable" and "#Absolute" to "#Definition".Eduardo Julian2017-07-021-3/+3
* - Adjusted compiler to the new lack of Char type.Eduardo Julian2017-07-022-10/+6
* - Added loop synthesis.Eduardo Julian2017-06-091-4/+6
* - Now optimizing functions.Eduardo Julian2017-06-061-3/+5
* - Implemented some synthesis algorithms and tests for primitives, structures,...Eduardo Julian2017-05-312-6/+85
* - Some refactoring.Eduardo Julian2017-05-302-18/+14
* - Fixes for pattern-matching (case) analysis.Eduardo Julian2017-05-292-5/+7
* - Simplified the analytic model of tuples into products, and variants into sums.Eduardo Julian2017-05-201-2/+3
* - Some refactoring.Eduardo Julian2017-05-203-6/+3
* - WIP: Added pattern-matching (case) analysis.Eduardo Julian2017-05-192-2/+2