aboutsummaryrefslogtreecommitdiff
path: root/new-luxc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* - Moved the "host" directory from under "generator" to under "luxc".Eduardo Julian2017-10-3118-59/+59
* - Re-named "expr" module to "expression".Eduardo Julian2017-10-3111-104/+102
* - Now, all special forms are handled as procedures.Eduardo Julian2017-10-316-95/+120
* - Added a test to check that can parse more than 1 Code node at once.Eduardo Julian2017-10-311-9/+25
* - Added "^code" pattern-matching macro for easier handling of code.Eduardo Julian2017-10-301-10/+10
* - Migrated the format of synthesis nodes from a custom data-type, to just Cod...Eduardo Julian2017-10-3022-820/+841
* - Fixed some bugs.Eduardo Julian2017-10-2929-462/+676
* - Testing definition generation and reference.Eduardo Julian2017-10-262-0/+57
* - Added a new piece of compiler state, just for storing the current-module.Eduardo Julian2017-10-264-33/+21
* - Fixed remaining tests in compiler.Eduardo Julian2017-10-264-180/+182
* - Fixed some compiler tests.Eduardo Julian2017-10-266-60/+159
* - Fixed tests for analysis of common procedures.Eduardo Julian2017-10-262-9/+11
* - Fixed parser tests.Eduardo Julian2017-10-261-8/+5
* - "Fixed" the tests to match the latest changes.Eduardo Julian2017-10-263-72/+72
* - WIP: Wiring everything to get the compiler to work fully.Eduardo Julian2017-10-2616-304/+501
* - Fixed some type-checking errors.Eduardo Julian2017-10-221-12/+12
* - Updated new compiler to latest version of stdlib.Eduardo Julian2017-10-2124-2169/+2287
* - 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