aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/test (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* - Removed the "root2" and "root3" host procedures (their functionality is red...Eduardo Julian2018-02-242-9/+4
* - Added all the missing tests for translation of common procedures.Eduardo Julian2018-02-231-13/+458
* - Added tests for JS procedure translation.Eduardo Julian2018-02-2212-40/+227
* - Unified translation tests.Eduardo Julian2018-02-2221-1801/+1121
* - Changed the format for variants in JS.Eduardo Julian2018-02-211-2/+3
* - Fixed the failing simple tests.Eduardo Julian2018-02-212-2/+407
* - Added tests for normal JS (non-procedure) behavior.Eduardo Julian2018-02-177-8/+490
* - Fixed the remaining broken tests in new-luxc.Eduardo Julian2018-02-064-105/+65
* - Fixed some failing new-luxc tests.Eduardo Julian2018-02-063-61/+83
* - Got the tests to build again.Eduardo Julian2018-01-2817-70/+76
* - Got the tests to run again.Eduardo Julian2017-12-172-21/+18
* - Got most of the tests working again.Eduardo Julian2017-12-0210-23/+85
* - Adjusted new-luxc to new macro-templating syntax.Eduardo Julian2017-12-023-8/+8
* - Got the tests to compile again.Eduardo Julian2017-12-0125-1636/+1636
* - Re-named "lux/meta" to to "lux/macro".Eduardo Julian2017-11-1521-190/+191
* - Moved "/type/*" to from "lux/meta/" to "lux/".Eduardo Julian2017-11-151-9/+3
* - Moved "/type" and "/type/check" from "lux/meta" to "lux/lang".Eduardo Julian2017-11-158-15/+15
* - Moved "luxc/lang/syntax" to "lux/lang/syntax".Eduardo Julian2017-11-157-264/+30
* - Got the tests to run again.Eduardo Julian2017-11-1515-95/+93
* - Fixed the tests.Eduardo Julian2017-11-092-59/+59
* - Minor refactorings.Eduardo Julian2017-11-019-124/+124
* - Re-organized code-generation, and re-named it "translation".Eduardo Julian2017-11-0111-222/+222
* - Re-organized synthesis.Eduardo Julian2017-11-0114-43/+37
* - Re-named "parser" to "syntax".Eduardo Julian2017-10-312-3/+3
* - Re-organized analysis.Eduardo Julian2017-10-3119-53/+45
* - Migrated the format of analysis nodes from a custom data-type, to just Code...Eduardo Julian2017-10-3112-186/+138
* - Moved the "host" directory from under "generator" to under "luxc".Eduardo Julian2017-10-311-4/+4
* - Re-named "expr" module to "expression".Eduardo Julian2017-10-317-95/+95
* - Now, all special forms are handled as procedures.Eduardo Julian2017-10-312-8/+10
* - Added a test to check that can parse more than 1 Code node at once.Eduardo Julian2017-10-311-9/+25
* - Migrated the format of synthesis nodes from a custom data-type, to just Cod...Eduardo Julian2017-10-3014-446/+433
* - Fixed some bugs.Eduardo Julian2017-10-296-13/+40
* - 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-261-31/+4
* - Fixed remaining tests in compiler.Eduardo Julian2017-10-263-139/+130
* - Fixed some compiler tests.Eduardo Julian2017-10-263-39/+106
* - Fixed tests for analysis of common procedures.Eduardo Julian2017-10-261-8/+9
* - Fixed parser tests.Eduardo Julian2017-10-261-8/+5
* - "Fixed" the tests to match the latest changes.Eduardo Julian2017-10-263-72/+72
* - Updated new compiler to latest version of stdlib.Eduardo Julian2017-10-2121-2143/+2261
* - Compilation for method invocation.Eduardo Julian2017-10-191-1/+72
* - Method invocation analysis.Eduardo Julian2017-10-181-0/+47
* - Updated to the latest changes in stdlib.Eduardo Julian2017-10-1818-359/+359
* - Compilation and tests for fields.Eduardo Julian2017-10-141-0/+33
* - Compilation for object-based procedures.Eduardo Julian2017-10-141-2/+98
* - Compilation and tests for arrays.Eduardo Julian2017-10-121-0/+108
* - Compilation and tests for arithmetic, bit-wise operations and order.Eduardo Julian2017-10-122-3/+135
* - Compilation and tests for primitive conversions.Eduardo Julian2017-10-122-1/+102
* - Migrated new-luxc to latest version of stdlib.Eduardo Julian2017-10-1111-109/+114
* - Improved polymorphism and inheritance support.Eduardo Julian2017-10-091-4/+26