aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * 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
|
* Moved the text lexers under "lux/control/parser/".Eduardo Julian2019-04-195-11/+20
|
* Extracted the type-parsing machinery into its own module.Eduardo Julian2019-04-191-2/+5
|
* Simplified the "Order" signature.Eduardo Julian2019-04-173-18/+22
|
* The old compiler is now identified with "old" instead of "jvm". This should ↵Eduardo Julian2019-04-162-0/+0
| | | | help to get old JVM code and new JVM code to coexist without forcing a major rewrite of old compiler code to get it to fit the style of the new JVM compiler code.
* Improvements to error messaging for extensions.Eduardo Julian2019-04-161-5/+5
|
* Removed the (deemed unnecessary) host extensions for the scripting languages.Eduardo Julian2019-04-151-3/+1
|
* Ported the synthesis tests to the new format.Eduardo Julian2019-04-1512-460/+472
|
* Ported the analysis tests to the new format.Eduardo Julian2019-04-1416-1037/+1088
|
* Started porting tests for "lux/tool".Eduardo Julian2019-04-134-168/+183
|
* Fixed some bugs.Eduardo Julian2019-04-123-25/+17
|
* Improvements and fixes to "tuple//left" and "tuple//right".Eduardo Julian2019-04-122-16/+26
|
* WIP: Lua compiler.Eduardo Julian2019-04-111-1/+5
|
* Moved Ruby back-end code to stdlib.Eduardo Julian2019-04-081-1/+7
|
* Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".Eduardo Julian2019-04-0631-125/+138
|
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-0694-132/+149
|