aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-17Fixed some bugs related to JVM types.Eduardo Julian1-1/+1
2019-09-15Implemented function memoization.Eduardo Julian2-1/+67
2019-09-15Implemented mixin-style function composition.Eduardo Julian1-4/+6
2019-09-15Got the tests running again.Eduardo Julian7-36/+40
2019-09-07Re-named "lux/control/contract" to "lux/control/function/contract".Eduardo Julian1-1/+2
2019-09-07Renamed "Statement" to "Directive".Eduardo Julian1-1/+1
2019-08-20WIP: Make new-luxc instructions rely on the Descriptor type.Eduardo Julian1-5/+5
2019-08-10WIP: JVM function generation.Eduardo Julian1-1/+1
2019-07-31Ported JVM reference generation to the new JVM bytecode machinery.Eduardo Julian2-3/+4
2019-07-26No more "n/"-prefixed functions.Eduardo Julian74-662/+747
2019-07-25No more "i/"-prefixed functions.Eduardo Julian14-82/+103
2019-07-24No more "r/"-prefixed functions.Eduardo Julian4-94/+100
2019-07-24No more "f/"-prefixed functions.Eduardo Julian8-119/+134
2019-07-24Got rid of the "Number" abstraction.Eduardo Julian11-88/+33
2019-07-24Small improvements here and there.Eduardo Julian1-2/+3
2019-07-08* Re-named "Instruction" to "Bytecode".Eduardo Julian1-9/+8
2019-07-08Added I32, I16 and I8.Eduardo Julian5-2/+129
2019-07-06Got long and double constants to work.Eduardo Julian1-43/+110
2019-07-02Re-name "lux/data/error" to "lux/control/try".Eduardo Julian31-194/+192
2019-06-21Separated reading and writing binary data (lumping them together was a bad id...Eduardo Julian1-1/+1
2019-06-21Extracted binary parsing code into its own module.Eduardo Julian1-1/+3
2019-06-20Moved "lux/world/binary" to "lux/data/binary".Eduardo Julian5-10/+9
2019-06-20Re-structured encoding-related modules a bit.Eduardo Julian1-1/+2
2019-06-20Improved the convention for using text formatters.Eduardo Julian99-255/+249
2019-06-20Removed the TCP & UDP code for the moment.Eduardo Julian3-144/+0
2019-06-20Expanded serialization capabilities for JVM bytecode.Eduardo Julian1-3/+3
2019-06-19Various fixes.Eduardo Julian1-24/+54
2019-06-18More JS machinery.Eduardo Julian1-3/+3
2019-06-15Array machinery for the JavaScript compiler.Eduardo Julian1-2/+4
2019-06-14Some fixes for the scripting languages.Eduardo Julian1-1/+2
2019-06-06WIP: Class definition.Eduardo Julian3-28/+32
2019-06-01Removed the (magical) "alias" annotations tag.Eduardo Julian1-2/+2
2019-05-29More massaging of the stdlib for the sake of the new compiler.Eduardo Julian2-0/+134
2019-05-28Applied several tweaks to make the code easier to process by the new compiler.Eduardo Julian7-11/+15
2019-05-24Removed the (magical) "export?" annotations tag.Eduardo Julian1-6/+2
2019-05-21Fixes & tweaks in tests (and relevant code) due to latest changes in the stdlib.Eduardo Julian6-197/+200
2019-05-05Can now set the name of the "this" object, instead of being forced to use "_j...Eduardo Julian1-4/+4
2019-05-04- Replaced "Dirty" values with "Safe" values.Eduardo Julian3-74/+18
2019-05-01The Common Lisp compiler is alive.Eduardo Julian1-0/+3
2019-04-28Turned all "lux int ???" extensions to "lux i64 ???".Eduardo Julian1-6/+6
2019-04-28Turned all "lux frac ???" extensions to "lux f64 ???".Eduardo Julian1-13/+13
2019-04-27Moved the modules under "lux/host/" to now be under "lux/target/".Eduardo Julian2-4/+5
2019-04-24WIP: PHP compiler.Eduardo Julian1-0/+3
2019-04-19Moved the code/syntax parser under "lux/control/parser/".Eduardo Julian3-37/+42
2019-04-19Moved the XML parser under "lux/control/parser/".Eduardo Julian1-11/+12
2019-04-19Moved the JSON parser under "lux/control/parser/".Eduardo Julian1-2/+4
2019-04-19Re-named "lux/data/collection/tree/rose" to "lux/data/collection/tree".Eduardo Julian3-14/+12
2019-04-19Moved the (rose) tree parser under "lux/control/parser/".Eduardo Julian2-102/+94
2019-04-19Moved the CLI parser under "lux/control/parser/".Eduardo Julian3-14/+17
2019-04-19Renamed both "Poly" and "Lexer" to "Parser" in order to normalize naming a bit.Eduardo Julian2-6/+8