aboutsummaryrefslogtreecommitdiff
path: root/new-luxc (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Compilation for method invocation.Eduardo Julian2017-10-194-27/+263
* - Method invocation analysis.Eduardo Julian2017-10-182-57/+166
* - Updated to the latest changes in stdlib.Eduardo Julian2017-10-1856-962/+954
* - WIP: Method analysis.Eduardo Julian2017-10-151-5/+317
* - Compilation and tests for fields.Eduardo Julian2017-10-143-16/+215
* - Compilation for object-based procedures.Eduardo Julian2017-10-143-7/+182
* - Compilation and tests for arrays.Eduardo Julian2017-10-127-22/+240
* - Compilation and tests for arithmetic, bit-wise operations and order.Eduardo Julian2017-10-125-26/+322
* - Compilation and tests for primitive conversions.Eduardo Julian2017-10-126-26/+252
* - Migrated new-luxc to latest version of stdlib.Eduardo Julian2017-10-1139-573/+576
* - Improved polymorphism and inheritance support.Eduardo Julian2017-10-092-97/+200
* - WIP: Added support for inheritance.Eduardo Julian2017-10-082-106/+164
* - WIP: JVM field analysis.Eduardo Julian2017-10-084-71/+458
* - Added tests for host procedures.Eduardo Julian2017-10-073-105/+473
* - Simplified "eval".Eduardo Julian2017-10-057-94/+138
* - Added tests for type-checking and type-coercion.Eduardo Julian2017-10-057-25/+162
* - WIP: JVM host procedure analysis.Eduardo Julian2017-10-045-277/+732
* - Function generation.Eduardo Julian2017-09-1921-86/+667
* - Added pattern-matching compilation.Eduardo Julian2017-09-177-42/+525
* - Removed the (non) tests for case synthesis.Eduardo Julian2017-09-082-216/+1
* - Re-named luxc/env to luxc/scope.Eduardo Julian2017-09-0811-34/+32
* - Re-named "jvm-import" to "import".Eduardo Julian2017-09-0813-62/+62
* - Replaced the term "total" with "exhaustive".Eduardo Julian2017-09-073-51/+51
* - Added more tests for pattern-matching analysis.Eduardo Julian2017-09-071-19/+68
* - Added optional "char" syntax for nats.Eduardo Julian2017-09-052-5/+55
* - Added alternative syntax for Frac numbers, based on traditional ratio/fract...Eduardo Julian2017-09-052-41/+104
* - Updated new compiler's code to the recent changes in the language.Eduardo Julian2017-09-0543-448/+790
* - Now using strict floating point math on the JVM.Eduardo Julian2017-09-041-9/+11
* - Tested the compilation for "nat" procedures.Eduardo Julian2017-07-038-201/+436
* - Renamed "#Relative" to "#Variable" and "#Absolute" to "#Definition".Eduardo Julian2017-07-028-19/+19
* - Real syntax now supports exponential.Eduardo Julian2017-07-022-3/+6
* - Adjusted compiler to the new lack of Char type.Eduardo Julian2017-07-0229-151/+564
* - WIP: Added generation for common procedures.Eduardo Julian2017-06-3013-47/+1120
* - Adapted compiler to the latest stdlib changes.Eduardo Julian2017-06-2721-913/+909
* - Heavy refactoring.Eduardo Julian2017-06-1413-308/+662
* - Renamed the "compilation" phase as the "generation" phase.Eduardo Julian2017-06-1225-273/+861
* - Added loop synthesis.Eduardo Julian2017-06-098-144/+404
* - Now optimizing functions.Eduardo Julian2017-06-065-105/+293
* - Implemented some synthesis algorithms and tests for primitives, structures,...Eduardo Julian2017-05-3118-151/+569
* - Documented the analysis phase.Eduardo Julian2017-05-3010-509/+644
* - Some refactoring.Eduardo Julian2017-05-304-58/+52
* - Fixes for pattern-matching (case) analysis.Eduardo Julian2017-05-2920-467/+1642
* - Renamed ^=> to ^multi.Eduardo Julian2017-05-241-8/+8
* - Simplified the analytic model of tuples into products, and variants into sums.Eduardo Julian2017-05-206-86/+110
* WIPEduardo Julian2017-05-205-166/+276
* - Some refactoring.Eduardo Julian2017-05-208-28/+45
* - WIP: Added pattern-matching (case) analysis.Eduardo Julian2017-05-1910-92/+626
* - Renamed "Error" to "Result".Eduardo Julian2017-05-1722-271/+288
* WIPEduardo Julian2017-05-1520-684/+1128
* - WIP: Function analysis.Eduardo Julian2017-05-142-1/+181