aboutsummaryrefslogtreecommitdiff
path: root/stdlib (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-20Some refactoring.Eduardo Julian1-2/+2
2018-08-20- More minor optimizations.Eduardo Julian3-122/+59
2018-08-20Small optimizations.Eduardo Julian2-119/+71
2018-08-20Trying to minimize the amount of clips+concats that happen.Eduardo Julian2-72/+162
2018-08-20- Added timing functionality to measure performance.Eduardo Julian4-60/+93
2018-08-20- Fixed ordering issue with Lux arithmetic extensions.Eduardo Julian3-17/+15
2018-08-20Fixed syntax bug.Eduardo Julian3-5/+4
2018-08-20Fixed pattern-matching bug.Eduardo Julian1-27/+30
2018-08-16Various fixes.Eduardo Julian6-58/+76
2018-08-16Extension-related fixes.Eduardo Julian7-33/+56
2018-08-15Fixes for pattern-matching and macro-expansions.Eduardo Julian7-97/+191
2018-08-15Fixes for function synthesis.Eduardo Julian12-215/+427
2018-08-15Fixes for pattern-matching/case synthesis & translation.Eduardo Julian9-234/+173
2018-08-11- Fixed common translation tests for JVM.Eduardo Julian3-8/+38
2018-08-11Fixed various JVM translation tests.Eduardo Julian6-74/+71
2018-08-11Moved interpreter (REPL) code to stdlib.Eduardo Julian7-90/+304
2018-08-11Moved CLI machinery to stdlib.Eduardo Julian2-5/+55
2018-08-11Got stdlib tests to compile again.Eduardo Julian6-52/+59
2018-08-09- Fixes for eval.Eduardo Julian13-123/+194
2018-08-08- Re-defined the relationship between analysis and evaluation.Eduardo Julian15-237/+346
2018-08-08Small fixes.Eduardo Julian7-87/+118
2018-08-05Some small improvements and fixes.Eduardo Julian10-53/+71
2018-08-04Made some adjustments to fit stdlib's compiler infrastructure to new-luxc.Eduardo Julian6-115/+138
2018-08-03Moved default compiler process to stdlib (with caching temporarily disabled).Eduardo Julian9-36/+281
2018-08-03Moved "Array" type back into "lux/data/collection/array".Eduardo Julian16-26/+31
2018-08-02Replace the error-prone "n/range" calls with "indices".Eduardo Julian19-50/+43
2018-08-02Moved statement-state initialization o "lux/compiler/default/init".Eduardo Julian2-38/+40
2018-08-02Moved statement phase into stdlib.Eduardo Julian13-67/+330
2018-08-02Cleared out "lux/compiler/default" module off its contents to re-use the spac...Eduardo Julian10-63/+55
2018-07-31Now implementing box functionality in stdlib instead of the compiler.Eduardo Julian3-84/+30
2018-07-31Now implementing array functionality in stdlib instead of the compiler.Eduardo Julian5-153/+28
2018-07-31Now implementing process functionality in stdlib instead of the compiler.Eduardo Julian9-94/+124
2018-07-31Now implementing atom functionality in stdlib instead of the compiler.Eduardo Julian5-102/+51
2018-07-30Now implementing math functionality in stdlib instead of the compiler.Eduardo Julian7-202/+123
2018-07-30Updating new-luxc to latest Lux changes [Part 2].Eduardo Julian3-8/+8
2018-07-30Updating new-luxc to latest Lux changes [Part 1].Eduardo Julian4-17/+42
2018-07-30Updating new-luxc to latest Lux changes [Part 0].Eduardo Julian3-4/+13
2018-07-29Moved evaluation machinery from new-luxc to stdlib.Eduardo Julian7-4/+49
2018-07-28Added a caching layer to correlate host-specific names to Lux names.Eduardo Julian2-39/+69
2018-07-28Now providing labels/names for any intermediate definitions that might be nec...Eduardo Julian1-3/+8
2018-07-28Some small fixes for duration text serialization.Eduardo Julian1-9/+9
2018-07-28Covered some missing bits.Eduardo Julian4-12/+12
2018-07-28Removed temporary "|" prefix on Nat.Eduardo Julian150-1727/+1718
2018-07-28Added "+" sign to positive Int.Eduardo Julian55-753/+776
2018-07-28Temporary commit to get rid of "+" signs for Nat.Eduardo Julian150-1672/+1672
2018-07-21Re-named "seq" to "and" and "alt" to "or".Eduardo Julian49-218/+218
2018-07-21Re-named "name-for" to "name-of".Eduardo Julian10-27/+27
2018-07-21Re-named "Symbol" to "Identifier".Eduardo Julian44-471/+471
2018-07-21Added macros for specifying implicits either at the module level, or at the l...Eduardo Julian1-19/+45
2018-07-21Got rid of Object-Oriented Programming modules.Eduardo Julian6-980/+51