aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed some compilation bugs.Eduardo Julian2020-04-191-54/+159
|
* Fixed artifact file-name generation and archive module naming in caching.Eduardo Julian2020-04-194-9/+77
|
* Improved test for exceptions.Eduardo Julian2020-04-182-28/+113
|
* Test for concatenative programming.Eduardo Julian2020-04-153-7/+244
|
* Some tweaks to how dictionaries and rows work.Eduardo Julian2020-04-152-14/+22
|
* Test for predicates + adjustments to code-generation code.Eduardo Julian2020-03-193-3/+65
|
* Test for order + fixes for interval.Eduardo Julian2020-03-183-37/+71
|
* Test for equivalence + adjustments to Lua-generation code.Eduardo Julian2020-03-052-3/+36
|
* Test for enums + adjustments to Python-generation code.Eduardo Julian2020-03-044-13/+54
|
* Test for codec composition + adjustments to JS-generation code.Eduardo Julian2020-03-043-7/+45
|
* Implemented an alternative method for extensible JVM bytecode generation.Eduardo Julian2019-12-281-14/+51
|
* Optimized LuxRuntime::case and fixed a few bugs.Eduardo Julian2019-12-251-23/+3
|
* Properly track how the stack changes in the presence of discontinuities.Eduardo Julian2019-12-211-33/+36
|
* Minor adjustments.Eduardo Julian2019-11-181-8/+4
|
* Tests for JVM bytecode machinery. [Part 5]Eduardo Julian2019-11-161-41/+184
|
* WIP: Tests for JVM bytecode machinery. [Part 4]Eduardo Julian2019-11-161-133/+132
|
* WIP: Tests for JVM bytecode machinery. [Part 3]Eduardo Julian2019-11-151-3/+196
|
* Fixed the test for INVOKEINTERFACE.Eduardo Julian2019-11-141-8/+4
|
* WIP: Tests for JVM bytecode machinery. [Part 2]Eduardo Julian2019-11-101-38/+369
|
* WIP: Tests for JVM bytecode machinery. [Part 1]Eduardo Julian2019-11-091-26/+284
|
* WIP: Tests for JVM bytecode machinery. [Part 0]Eduardo Julian2019-11-091-32/+508
|
* Ported JVM common extension generation to the new JVM bytecode machinery.Eduardo Julian2019-10-171-2/+1
|
* Ported JVM pattern-matching & loop generation to the new JVM bytecode machinery.Eduardo Julian2019-10-171-2/+2
|
* Ported JVM function generation to the new JVM bytecode machinery.Eduardo Julian2019-10-162-38/+40
|
* Now allowing types for methods.Eduardo Julian2019-10-161-13/+19
|
* Small refactoringEduardo Julian2019-10-162-2/+2
|
* Compiler extensions have been tested to work.Eduardo Julian2019-10-152-3/+52
|
* The new compiler can compile & run the stdlib's test suite.Eduardo Julian2019-10-142-75/+110
|
* Fixed some bugs related to JVM types.Eduardo Julian2019-09-171-1/+1
|
* Implemented function memoization.Eduardo Julian2019-09-152-1/+67
|
* Implemented mixin-style function composition.Eduardo Julian2019-09-151-4/+6
|
* Got the tests running again.Eduardo Julian2019-09-157-36/+40
|
* Re-named "lux/control/contract" to "lux/control/function/contract".Eduardo Julian2019-09-071-1/+2
|
* Renamed "Statement" to "Directive".Eduardo Julian2019-09-071-1/+1
|
* WIP: Make new-luxc instructions rely on the Descriptor type.Eduardo Julian2019-08-201-5/+5
|
* WIP: JVM function generation.Eduardo Julian2019-08-101-1/+1
|
* Ported JVM reference generation to the new JVM bytecode machinery.Eduardo Julian2019-07-312-3/+4
|
* No more "n/"-prefixed functions.Eduardo Julian2019-07-2674-662/+747
|
* No more "i/"-prefixed functions.Eduardo Julian2019-07-2514-82/+103
|
* No more "r/"-prefixed functions.Eduardo Julian2019-07-244-94/+100
|
* No more "f/"-prefixed functions.Eduardo Julian2019-07-248-119/+134
| | | + No more "m/"-prefixed functions.
* Got rid of the "Number" abstraction.Eduardo Julian2019-07-2411-88/+33
|
* Small improvements here and there.Eduardo Julian2019-07-241-2/+3
|
* * Re-named "Instruction" to "Bytecode".Eduardo Julian2019-07-081-9/+8
| | | * Re-named "Program" to "Instruction".
* Added I32, I16 and I8.Eduardo Julian2019-07-085-2/+129
|
* Got long and double constants to work.Eduardo Julian2019-07-061-43/+110
|
* Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2019-07-0231-194/+192
|
* Separated reading and writing binary data (lumping them together was a bad ↵Eduardo Julian2019-06-211-1/+1
| | | | idea in the first place).
* Extracted binary parsing code into its own module.Eduardo Julian2019-06-211-1/+3
|
* Moved "lux/world/binary" to "lux/data/binary".Eduardo Julian2019-06-205-10/+9
|