aboutsummaryrefslogtreecommitdiff
path: root/stdlib (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-23No more escaping of new-line.Eduardo Julian27-357/+360
2018-08-23No more escaping of double-quotes.Eduardo Julian19-165/+120
2018-08-22No more escaping of unicode.Eduardo Julian5-40/+16
2018-08-22No more escaping of vertical-tab.Eduardo Julian2-4/+2
2018-08-22No more escaping of carriage-return.Eduardo Julian2-5/+2
2018-08-22No more escaping of form-feed.Eduardo Julian2-3/+1
2018-08-22No more escaping of back-space.Eduardo Julian1-2/+0
2018-08-22No more escaping of horizontal-tab.Eduardo Julian12-67/+71
2018-08-22Partial implementation of text-escaping.Eduardo Julian1-208/+283
2018-08-22No more multi-line text.Eduardo Julian20-472/+446
2018-08-22No more multi-line comments.Eduardo Julian2-94/+5
2018-08-22Full parsing of names (for both identifiers and tags).Eduardo Julian3-98/+169
2018-08-21- Added single-line comment parsing.Eduardo Julian3-179/+236
2018-08-21Low-level re-implementation of the parser.Eduardo Julian2-58/+264
2018-08-21Extra logging & optimizations.Eduardo Julian1-20/+37
2018-08-21Minor optimizations + timing.Eduardo Julian2-92/+135
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