aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ported tests for type analysis.Eduardo Julian2019-04-271-93/+0
|
* Ported common extensions tests.Eduardo Julian2019-04-262-472/+0
|
* - Ported pattern-matching tests.Eduardo Julian2019-04-262-456/+0
| | | - Ported function tests.
* Ported reference tests.Eduardo Julian2019-04-262-114/+0
|
* WIP: Turning compiler tests into a re-usable specification.Eduardo Julian2019-04-262-209/+0
|
* Re-named "do-template" to "template".Eduardo Julian2019-03-308-57/+213
|
* - Fixed common translation tests for JVM.Eduardo Julian2018-08-114-186/+201
| | | | - Fixed a bug in "lux text <". - Small optimizations to old LuxC.
* Fixed various JVM translation tests.Eduardo Julian2018-08-115-107/+101
|
* Made some adjustments to fit stdlib's compiler infrastructure to new-luxc.Eduardo Julian2018-08-042-2/+3
|
* Now implementing box functionality in stdlib instead of the compiler.Eduardo Julian2018-07-311-37/+0
|
* Now implementing array functionality in stdlib instead of the compiler.Eduardo Julian2018-07-311-54/+0
|
* Now implementing process functionality in stdlib instead of the compiler.Eduardo Julian2018-07-311-31/+0
|
* Now implementing atom functionality in stdlib instead of the compiler.Eduardo Julian2018-07-312-63/+0
|
* Now implementing math functionality in stdlib instead of the compiler.Eduardo Julian2018-07-301-41/+0
|
* Updating new-luxc to latest Lux changes [Part 1].Eduardo Julian2018-07-304-355/+391
|
* Updating new-luxc to latest Lux changes [Part 0].Eduardo Julian2018-07-304-217/+220
|
* - Some fixes due to recent changes in stdlib.Eduardo Julian2018-07-223-23/+24
| | | - Removed some (now) useless modules.
* Re-named "Symbol" to "Identifier".Eduardo Julian2018-07-213-144/+144
|
* Switched to using new bit syntax in new-luxc.Eduardo Julian2018-07-1412-101/+101
|
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-139-60/+60
|
* - Fixes for compiler build [part 0].Eduardo Julian2018-07-131-0/+551
|
* - Removed "lux text hash" extension.Eduardo Julian2018-07-111-10/+0
|
* - Removed stale machinery for "lux int min" and "lux int max".Eduardo Julian2018-07-111-14/+1
|
* - Got rid of "lux text replace-once" and "lux text replace-all" extensions.Eduardo Julian2018-07-111-26/+0
|
* - Re-named "degree" to "revolution".Eduardo Julian2018-07-042-3/+3
|
* - Implemented not-a-number and both infinities in pure Lux.Eduardo Julian2018-07-041-3/+0
|
* - Improved abstract types.Eduardo Julian2018-07-031-28/+24
| | | - Got rid of "lux noop" translations.
* - Re-named "import" to "import:".Eduardo Julian2018-07-032-5/+5
|
* - Re-named ":!" to ":coerce".Eduardo Julian2018-07-038-136/+136
|
* - WIP: Adjustments to new-luxc based on recent changes to stdlib.Eduardo Julian2018-06-154-148/+117
|
* - WIP: Migrated synthesis to stdlib.Eduardo Julian2018-05-265-356/+0
|
* - Migrated special-form analysis to stdlib.Eduardo Julian2018-05-232-870/+0
|
* - Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian2018-05-206-107/+107
| | | - Removed some modules that should have been deleted before.
* - Migrated pattern-matching analysis to stdlib.Eduardo Julian2018-05-202-227/+0
|
* - Migrated function analysis to stdlib.Eduardo Julian2018-05-161-141/+0
|
* - Migrated reference analysis to stdlib.Eduardo Julian2018-05-161-52/+0
|
* - Migrated structure analysis to stdlib.Eduardo Julian2018-05-162-353/+0
| | | - Added an easy way to report information in exceptions.
* - Migrated primitive analysis to stdlib.Eduardo Julian2018-05-151-61/+0
|
* - Adjusted new-luxc to latest changes.Eduardo Julian2018-05-101-2/+2
|
* - Re-named "Compiler" type to "Lux".Eduardo Julian2018-05-101-3/+3
|
* - Re-named "lux process concurrency-level" to "lux process parallelism-level".Eduardo Julian2018-05-082-6/+2
| | | - Merged the functionality of "lux process future" into "lux process schedule".
* - Implemented Deg functionality in pure Lux.Eduardo Julian2018-05-072-36/+1
|
* - Implemented Nat functionality in pure Lux.Eduardo Julian2018-05-061-30/+2
|
* - Re-named shift-left -> left-shift, shift-right -> logical-right-shift, ↵Eduardo Julian2018-05-063-15/+15
| | | | signed-shift-right -> arithmetic-right-shift.
* - Removed "lux text upper" and "lux text lower" procedures.Eduardo Julian2018-05-061-13/+0
|
* - Updated new-luxc to the latest stdlib changes.Eduardo Julian2018-05-0617-290/+259
|
* - WIP: - Initial PHP back-end implementation [missing procedures].Eduardo Julian2018-05-018-47/+79
|
* - WIP: - Initial PHP back-end implementation.Eduardo Julian2018-04-273-7/+19
|
* - Initial Common Lisp back-end implementation.Eduardo Julian2018-04-257-264/+104
|
* - Initial Scheme back-end implementation.Eduardo Julian2018-04-187-157/+181
|