aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fixed a bug when pattern matching against "Error" values.Eduardo Julian2019-04-041-14/+13
|
* Forgot "lux text char".Eduardo Julian2019-04-041-1/+1
|
* Changed the order of the inputs to the common extensions.Eduardo Julian2019-04-041-18/+18
|
* Re-named "do-template" to "template".Eduardo Julian2019-03-3019-33/+33
|
* Yet more fixes.Eduardo Julian2019-03-302-5/+5
|
* Fixed some more tests.Eduardo Julian2019-03-304-26/+24
|
* Fixed more tests.Eduardo Julian2019-03-2912-349/+321
|
* Fixed some tests.Eduardo Julian2019-03-2812-167/+196
|