aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test (unfollow)
Commit message (Expand)AuthorFilesLines
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
2019-04-19Moved the text lexers under "lux/control/parser/".Eduardo Julian5-11/+20
2019-04-19Extracted the type-parsing machinery into its own module.Eduardo Julian1-2/+5
2019-04-17Simplified the "Order" signature.Eduardo Julian3-18/+22
2019-04-16The old compiler is now identified with "old" instead of "jvm". This should h...Eduardo Julian2-0/+0
2019-04-16Improvements to error messaging for extensions.Eduardo Julian1-5/+5
2019-04-15Removed the (deemed unnecessary) host extensions for the scripting languages.Eduardo Julian1-3/+1
2019-04-15Ported the synthesis tests to the new format.Eduardo Julian12-460/+472
2019-04-14Ported the analysis tests to the new format.Eduardo Julian16-1037/+1088
2019-04-13Started porting tests for "lux/tool".Eduardo Julian4-168/+183
2019-04-12Fixed some bugs.Eduardo Julian3-25/+17
2019-04-12Improvements and fixes to "tuple//left" and "tuple//right".Eduardo Julian2-16/+26
2019-04-11WIP: Lua compiler.Eduardo Julian1-1/+5
2019-04-08Moved Ruby back-end code to stdlib.Eduardo Julian1-1/+7
2019-04-06Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".Eduardo Julian31-125/+138
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian94-132/+149