aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Function generation.Eduardo Julian2017-09-1916-80/+565
* - Added pattern-matching compilation.Eduardo Julian2017-09-174-31/+411
* - Re-named luxc/env to luxc/scope.Eduardo Julian2017-09-088-17/+16
* - Re-named "jvm-import" to "import".Eduardo Julian2017-09-0811-57/+57
* - Replaced the term "total" with "exhaustive".Eduardo Julian2017-09-072-28/+28
* - Added optional "char" syntax for nats.Eduardo Julian2017-09-051-5/+43
* - Added alternative syntax for Frac numbers, based on traditional ratio/fract...Eduardo Julian2017-09-051-41/+82
* - Updated new compiler's code to the recent changes in the language.Eduardo Julian2017-09-0524-361/+492
* - Now using strict floating point math on the JVM.Eduardo Julian2017-09-041-9/+11
* - Tested the compilation for "nat" procedures.Eduardo Julian2017-07-036-200/+303
* - Renamed "#Relative" to "#Variable" and "#Absolute" to "#Definition".Eduardo Julian2017-07-024-9/+9
* - Real syntax now supports exponential.Eduardo Julian2017-07-021-1/+6
* - Adjusted compiler to the new lack of Char type.Eduardo Julian2017-07-0219-109/+263
* - WIP: Added generation for common procedures.Eduardo Julian2017-06-3011-45/+1117
* - Adapted compiler to the latest stdlib changes.Eduardo Julian2017-06-276-147/+140
* - Heavy refactoring.Eduardo Julian2017-06-1412-307/+661
* - Renamed the "compilation" phase as the "generation" phase.Eduardo Julian2017-06-1214-205/+611
* - Added loop synthesis.Eduardo Julian2017-06-095-141/+237
* - Now optimizing functions.Eduardo Julian2017-06-064-103/+168
* - Implemented some synthesis algorithms and tests for primitives, structures,...Eduardo Julian2017-05-315-101/+328
* - Documented the analysis phase.Eduardo Julian2017-05-309-500/+644
* - Some refactoring.Eduardo Julian2017-05-304-58/+52
* - Fixes for pattern-matching (case) analysis.Eduardo Julian2017-05-2912-395/+499
* - Renamed ^=> to ^multi.Eduardo Julian2017-05-241-8/+8
* - Simplified the analytic model of tuples into products, and variants into sums.Eduardo Julian2017-05-204-73/+96
* WIPEduardo Julian2017-05-205-166/+276
* - Some refactoring.Eduardo Julian2017-05-207-27/+36
* - WIP: Added pattern-matching (case) analysis.Eduardo Julian2017-05-1910-92/+626
* - Renamed "Error" to "Result".Eduardo Julian2017-05-1718-184/+201
* WIPEduardo Julian2017-05-1514-510/+923
* - WIP: Function analysis.Eduardo Julian2017-05-142-1/+181
* - Added tests for some kinds of analysis.Eduardo Julian2017-05-0916-158/+422
* - Added underscore separators ( _ ) for digits in the parser for the new comp...Eduardo Julian2017-05-071-10/+31
* - Renamed "AST" to "Code".Eduardo Julian2017-05-076-34/+34
* - Changed the name of "let%" to "with-expansions".Eduardo Julian2017-05-073-58/+61
* - Removed "T" suffix from Type's tags.Eduardo Julian2017-05-073-28/+28
* - Removed the "Debug" compiler mode.Eduardo Julian2017-05-043-16/+9
* - Removed the "S" suffix from AST tags.Eduardo Julian2017-05-033-38/+38
* - WIP: Implemented more functionality.Eduardo Julian2017-05-0314-421/+706
* - Made some changes in the way the parser works.Eduardo Julian2017-05-031-63/+59
* - WIP: Some initial implementations for some re-written infrastructure.Eduardo Julian2017-05-0117-70/+1109
* - Some refactorings.Eduardo Julian2017-04-151-76/+270
* - Fixed a bug with multi-line comments.Eduardo Julian2017-04-151-24/+26
* - Fixed some bugs.Eduardo Julian2017-04-151-21/+24
* - Fixed some bugs.Eduardo Julian2017-04-141-33/+60
* - The lexer now takes cursors into account.Eduardo Julian2017-04-141-117/+228
* - Added tests for parser.Eduardo Julian2017-04-141-1/+1
* - Initial parser implementation (still missing correct cursors and multi-line...Eduardo Julian2017-04-142-2/+207
* - Development of the new re-written compiler has officially begun!Eduardo Julian2017-04-141-0/+71