aboutsummaryrefslogtreecommitdiff
path: root/new-luxc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Tested the compilation for "nat" procedures.Eduardo Julian2017-07-038-201/+436
| | | | - Expanded the runtime. - Some bug-fixes and refactorings.
* - 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: PM/case synthesis.
* - 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
| | | | - Implemented compilation of primitives. - Implemented compilation of structures.
* - Added loop synthesis.Eduardo Julian2017-06-098-144/+404
| | | - Some refactoring.
* - Now optimizing functions.Eduardo Julian2017-06-065-105/+293
|
* - Implemented some synthesis algorithms and tests for primitives, ↵Eduardo Julian2017-05-3118-151/+569
| | | | | structures, procedures and function application. - Some refactoring.
* - Documented the analysis phase.Eduardo Julian2017-05-3010-509/+644
| | | | - Some refactoring. - Removed singleton variants.
* - Some refactoring.Eduardo Julian2017-05-304-58/+52
|
* - Fixes for pattern-matching (case) analysis.Eduardo Julian2017-05-2920-467/+1642
| | | | | | - Small refactorings. - Improved common procedures analysis. - Can now handle tagged structures (variants & records). - Tests for pattern-matching, functions (definition & application), and common procedures.
* - 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
| | | | - Added analysis and type-inference for records and tagged variants. - Extracted inference code to a separate module for better reuse.
* - 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
| | | | | | - Simplified the Analysis type, by removing all meta-data. - Added analysis of function calls. - Added analysis of common Lux procedures. - Lots of refactoring.
* - WIP: Function analysis.Eduardo Julian2017-05-142-1/+181
|
* - Added tests for some kinds of analysis.Eduardo Julian2017-05-0919-160/+598
| | | - WIP: Porting more code.
* - Added underscore separators ( _ ) for digits in the parser for the new ↵Eduardo Julian2017-05-071-10/+31
| | | | compiler.
* - Renamed "AST" to "Code".Eduardo Julian2017-05-077-48/+48
|
* - 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-034-50/+50
|
* - WIP: Implemented more functionality.Eduardo Julian2017-05-0314-421/+706
| | | - Lots of refactorings.
* - Made some changes in the way the parser works.Eduardo Julian2017-05-032-89/+86
|
* - WIP: Some initial implementations for some re-written infrastructure.Eduardo Julian2017-05-0117-70/+1109
|
* - Some refactorings.Eduardo Julian2017-04-152-111/+317
| | | - Added documentation for luxc/parser.
* - Fixed a bug with multi-line comments.Eduardo Julian2017-04-152-59/+81
|
* - Fixed some bugs.Eduardo Julian2017-04-152-38/+106
| | | - Added tests for multi-line text and single-line comments.
* - Fixed some bugs.Eduardo Julian2017-04-141-33/+60
| | | - Implemented multi-line text.
* - The lexer now takes cursors into account.Eduardo Julian2017-04-142-119/+230
|
* - Added tests for parser.Eduardo Julian2017-04-143-1/+94
|
* - Initial parser implementation (still missing correct cursors and ↵Eduardo Julian2017-04-142-2/+207
| | | | multi-line text).
* - Development of the new re-written compiler has officially begun!Eduardo Julian2017-04-142-0/+96