aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| | | It needs to be re-designed with a multi-platform focus in mind.
* 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
| | | + Small optimizations for pattern-matching generation.
* 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 ↵Eduardo Julian2019-05-051-4/+4
| | | | "_jvm_this".
* - Replaced "Dirty" values with "Safe" values.Eduardo Julian2019-05-043-74/+18
| | | - Generalized "Safety" and "Privacy" as instances of "Policy".
* 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
|
* Turned all "lux frac ???" extensions to "lux f64 ???".Eduardo Julian2019-04-281-13/+13
|
* Moved the modules under "lux/host/" to now be under "lux/target/".Eduardo Julian2019-04-272-4/+5
|
* WIP: PHP compiler.Eduardo Julian2019-04-241-0/+3
|
* Moved the code/syntax parser under "lux/control/parser/".Eduardo Julian2019-04-193-37/+42
|
* Moved the XML parser under "lux/control/parser/".Eduardo Julian2019-04-191-11/+12
|
* Moved the JSON parser under "lux/control/parser/".Eduardo Julian2019-04-191-2/+4
|
* Re-named "lux/data/collection/tree/rose" to "lux/data/collection/tree".Eduardo Julian2019-04-193-14/+12
|
* Moved the (rose) tree parser under "lux/control/parser/".Eduardo Julian2019-04-192-102/+94
|
* Moved the CLI parser under "lux/control/parser/".Eduardo Julian2019-04-193-14/+17
|
* Renamed both "Poly" and "Lexer" to "Parser" in order to normalize naming a bit.Eduardo Julian2019-04-192-6/+8
|