aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Now testing the methods implemented in anonymous classes to make sure all abs...Eduardo Julian7-42/+195
2019-05-18Moved some of the reflection machinery to its own modules.Eduardo Julian3-569/+675
2019-05-17The IO type now uses "Any" instead of "Nothing", to avoid the possibility of ...Eduardo Julian1-3/+3
2019-05-17Refactored boxes and reflections.Eduardo Julian5-242/+251
2019-05-17Fixed an accidentally introduced bug (due to OLD compiler JVM interop issues).Eduardo Julian1-1/+5
2019-05-17Automatic type casting/coercion for Boolean/Bit and String/Text.Eduardo Julian7-304/+536
2019-05-16Some type casting/coercion automation.Eduardo Julian3-98/+96
2019-05-16Yet more fiddling with types for JVM interop.Eduardo Julian6-274/+396
2019-05-13More fiddling with types for JVM interop.Eduardo Julian5-177/+235
2019-05-12Adjusted the analysis to the changes in the interop layer.Eduardo Julian9-108/+241
2019-05-10Made the host-interop layer dependent on "lux/target/jvm/type".Eduardo Julian5-738/+571
2019-05-10Grounded some of the machinery used in analysis and generation on the types i...Eduardo Julian2-153/+333
2019-05-10Improvements to parsing machinery.Eduardo Julian6-155/+179
2019-05-10Added equivalence for any I64.Eduardo Julian1-15/+22
2019-05-09WIP: Anonymous classes analysis & generation.Eduardo Julian2-17/+33
2019-05-09Parser for synthesis.Eduardo Julian1-0/+105
2019-05-07Can now analyze anonymous classes.Eduardo Julian4-272/+486
2019-05-07Fixed a bug when analyzing type-coercions.Eduardo Julian1-20/+32
2019-05-05Can now set the name of the "this" object, instead of being forced to use "_j...Eduardo Julian5-22/+36
2019-05-04- Replaced "Dirty" values with "Safe" values.Eduardo Julian6-220/+113
2019-05-03Made more fixes to how cursors are produces by the parser.Eduardo Julian1-17/+19
2019-05-03Made some fixes to how cursors are produces by the parser.Eduardo Julian1-98/+93
2019-05-02Introduced the "#Macro" type and got rid of the "#lux.macro?" annotation type...Eduardo Julian5-188/+186
2019-05-01Turned "sum//get" into an iterative loop.Eduardo Julian2-21/+33
2019-05-01Now using "block" instead of "tagbody".Eduardo Julian2-50/+33
2019-05-01The Common Lisp compiler is alive.Eduardo Julian13-30/+1365
2019-04-28Turned all "lux int ???" extensions to "lux i64 ???".Eduardo Julian6-44/+38
2019-04-28Turned all "lux frac ???" extensions to "lux f64 ???".Eduardo Julian5-39/+39
2019-04-28Specialized array machinery for primitive arrays.Eduardo Julian2-23/+110
2019-04-27Moved JVM type machinery to stdlib.Eduardo Julian4-72/+277
2019-04-27Moved the modules under "lux/host/" to now be under "lux/target/".Eduardo Julian73-64/+68
2019-04-27Re-named "lux/tool/compiler/host" to "lux/target".Eduardo Julian27-466/+461
2019-04-27Got rid of the half-baked HTTP client machinery.Eduardo Julian1-87/+0
2019-04-27Ported tests for type analysis.Eduardo Julian3-19/+96
2019-04-26Refactored the spec a bit better.Eduardo Julian8-75/+142
2019-04-26Ported common extensions tests.Eduardo Julian1-0/+339
2019-04-26- Ported pattern-matching tests.Eduardo Julian3-24/+378
2019-04-26Ported reference tests.Eduardo Julian2-20/+101
2019-04-26WIP: Turning compiler tests into a re-usable specification.Eduardo Julian3-0/+201
2019-04-24WIP: PHP compiler.Eduardo Julian18-57/+1448
2019-04-21- Improved debugging machinery.Eduardo Julian3-211/+167
2019-04-21Added short names for special characters.Eduardo Julian1-12/+13
2019-04-19Moved the code/syntax parser under "lux/control/parser/".Eduardo Julian61-482/+570
2019-04-19Moved the XML parser under "lux/control/parser/".Eduardo Julian3-162/+179
2019-04-19Moved the JSON parser under "lux/control/parser/".Eduardo Julian5-244/+256
2019-04-19Re-named "lux/data/collection/tree/rose" to "lux/data/collection/tree".Eduardo Julian7-22/+18
2019-04-19Moved the (rose) tree parser under "lux/control/parser/".Eduardo Julian3-108/+101
2019-04-19Moved the CLI parser under "lux/control/parser/".Eduardo Julian5-45/+48
2019-04-19Renamed both "Poly" and "Lexer" to "Parser" in order to normalize naming a bit.Eduardo Julian14-164/+167
2019-04-19Moved the text lexers under "lux/control/parser/".Eduardo Julian17-113/+124