aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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 id...Eduardo Julian2019-06-211-1/+1
* 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
* Re-structured encoding-related modules a bit.Eduardo Julian2019-06-201-1/+2
* Improved the convention for using text formatters.Eduardo Julian2019-06-2099-255/+249
* Removed the TCP & UDP code for the moment.Eduardo Julian2019-06-203-144/+0
* Expanded serialization capabilities for JVM bytecode.Eduardo Julian2019-06-201-3/+3
* Various fixes.Eduardo Julian2019-06-191-24/+54
* More JS machinery.Eduardo Julian2019-06-181-3/+3
* Array machinery for the JavaScript compiler.Eduardo Julian2019-06-151-2/+4
* Some fixes for the scripting languages.Eduardo Julian2019-06-141-1/+2
* WIP: Class definition.Eduardo Julian2019-06-063-28/+32
* Removed the (magical) "alias" annotations tag.Eduardo Julian2019-06-011-2/+2
* More massaging of the stdlib for the sake of the new compiler.Eduardo Julian2019-05-292-0/+134
* Applied several tweaks to make the code easier to process by the new compiler.Eduardo Julian2019-05-287-11/+15
* Removed the (magical) "export?" annotations tag.Eduardo Julian2019-05-241-6/+2
* Fixes & tweaks in tests (and relevant code) due to latest changes in the stdlib.Eduardo Julian2019-05-216-197/+200
* Can now set the name of the "this" object, instead of being forced to use "_j...Eduardo Julian2019-05-051-4/+4
* - Replaced "Dirty" values with "Safe" values.Eduardo Julian2019-05-043-74/+18
* The Common Lisp compiler is alive.Eduardo Julian2019-05-011-0/+3
* Turned all "lux int ???" extensions to "lux i64 ???".Eduardo Julian2019-04-281-6/+6