aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/test/test/luxc/lang/translation/structure.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-26WIP: Turning compiler tests into a re-usable specification.Eduardo Julian1-122/+0
2018-08-04Made some adjustments to fit stdlib's compiler infrastructure to new-luxc.Eduardo Julian1-1/+1
2018-07-30Updating new-luxc to latest Lux changes [Part 0].Eduardo Julian1-48/+56
2018-07-14Switched to using new bit syntax in new-luxc.Eduardo Julian1-2/+2
2018-07-13Re-named "Bool" type to "Bit".Eduardo Julian1-2/+2
2018-07-03- Re-named "import" to "import:".Eduardo Julian1-1/+1
2018-07-03- Re-named ":!" to ":coerce".Eduardo Julian1-8/+8
2018-05-20- Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian1-27/+27
2018-05-06- Updated new-luxc to the latest stdlib changes.Eduardo Julian1-24/+24
2018-05-01- WIP: - Initial PHP back-end implementation [missing procedures].Eduardo Julian1-3/+3
2018-04-27- WIP: - Initial PHP back-end implementation.Eduardo Julian1-2/+6
2018-04-25- Initial Common Lisp back-end implementation.Eduardo Julian1-61/+28
2018-04-18- Initial Scheme back-end implementation.Eduardo Julian1-18/+21
2018-04-15- Fixes for R back-end.Eduardo Julian1-9/+12
2018-04-14- Initial R back-end implementation.Eduardo Julian1-0/+4
2018-04-04- Initial Python back-end implementation.Eduardo Julian1-0/+4
2018-03-13- Initial Ruby back-end implementation.Eduardo Julian1-15/+13
2018-03-06- Initial Lua backend implementation.Eduardo Julian1-43/+31
2018-02-22- Unified translation tests.Eduardo Julian1-0/+143
2018-01-28- Got the tests to build again.Eduardo Julian1-113/+0
2017-12-17- Got the tests to run again.Eduardo Julian1-1/+1
2017-12-02- Got most of the tests working again.Eduardo Julian1-1/+4
2017-12-01- Got the tests to compile again.Eduardo Julian1-52/+52
2017-11-15- Re-named "lux/meta" to to "lux/macro".Eduardo Julian1-6/+6
2017-11-15- Got the tests to run again.Eduardo Julian1-2/+2
2017-11-01- Minor refactorings.Eduardo Julian1-5/+5
2017-11-01- Re-organized code-generation, and re-named it "translation".Eduardo Julian1-17/+17
2017-11-01- Re-organized synthesis.Eduardo Julian1-1/+0
2017-10-31- Re-organized analysis.Eduardo Julian1-1/+0
2017-10-31- Re-named "expr" module to "expression".Eduardo Julian1-3/+3
2017-10-30- Migrated the format of synthesis nodes from a custom data-type, to just Cod...Eduardo Julian1-19/+20
2017-10-29- Fixed some bugs.Eduardo Julian1-2/+3
2017-10-21- Updated new compiler to latest version of stdlib.Eduardo Julian1-38/+42
2017-10-18- Updated to the latest changes in stdlib.Eduardo Julian1-19/+19
2017-10-11- Migrated new-luxc to latest version of stdlib.Eduardo Julian1-4/+5
2017-10-05- Simplified "eval".Eduardo Julian1-3/+6
2017-10-05- Added tests for type-checking and type-coercion.Eduardo Julian1-5/+5
2017-09-08- Re-named "jvm-import" to "import".Eduardo Julian1-2/+2
2017-09-05- Updated new compiler's code to the recent changes in the language.Eduardo Julian1-3/+3
2017-07-02- Adjusted compiler to the new lack of Char type.Eduardo Julian1-4/+1
2017-06-30- WIP: Added generation for common procedures.Eduardo Julian1-1/+1
2017-06-27- Adapted compiler to the latest stdlib changes.Eduardo Julian1-31/+31
2017-06-12- Renamed the "compilation" phase as the "generation" phase.Eduardo Julian1-0/+105