aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-23No more escaping of new-line.Eduardo Julian25-352/+355
2018-08-23No more escaping of double-quotes.Eduardo Julian15-119/+113
2018-08-22No more escaping of unicode.Eduardo Julian3-32/+7
2018-08-22No more escaping of vertical-tab.Eduardo Julian1-3/+1
2018-08-22No more escaping of carriage-return.Eduardo Julian1-4/+1
2018-08-22No more escaping of form-feed.Eduardo Julian1-2/+0
2018-08-22No more escaping of back-space.Eduardo Julian1-2/+0
2018-08-22No more escaping of horizontal-tab.Eduardo Julian10-62/+66
2018-08-22Partial implementation of text-escaping.Eduardo Julian1-206/+281
2018-08-22No more multi-line text.Eduardo Julian20-472/+446
2018-08-22No more multi-line comments.Eduardo Julian1-62/+1
2018-08-22Full parsing of names (for both identifiers and tags).Eduardo Julian3-89/+160
2018-08-21- Added single-line comment parsing.Eduardo Julian3-173/+230
2018-08-21Low-level re-implementation of the parser.Eduardo Julian2-57/+263
2018-08-21Extra logging & optimizations.Eduardo Julian1-20/+37
2018-08-21Minor optimizations + timing.Eduardo Julian2-91/+134
2018-08-20Some refactoring.Eduardo Julian1-2/+2
2018-08-20- More minor optimizations.Eduardo Julian2-86/+59
2018-08-20Small optimizations.Eduardo Julian2-119/+71
2018-08-20Trying to minimize the amount of clips+concats that happen.Eduardo Julian2-70/+160
2018-08-20- Added timing functionality to measure performance.Eduardo Julian4-59/+92
2018-08-20- Fixed ordering issue with Lux arithmetic extensions.Eduardo Julian3-17/+15
2018-08-20Fixed syntax bug.Eduardo Julian2-3/+3
2018-08-20Fixed pattern-matching bug.Eduardo Julian1-27/+30
2018-08-16Various fixes.Eduardo Julian6-57/+75
2018-08-16Extension-related fixes.Eduardo Julian7-33/+56
2018-08-15Fixes for pattern-matching and macro-expansions.Eduardo Julian7-92/+186
2018-08-15Fixes for function synthesis.Eduardo Julian8-199/+412
2018-08-15Fixes for pattern-matching/case synthesis & translation.Eduardo Julian9-230/+169
2018-08-11- Fixed common translation tests for JVM.Eduardo Julian2-4/+33
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-09- Fixes for eval.Eduardo Julian13-119/+190
2018-08-08- Re-defined the relationship between analysis and evaluation.Eduardo Julian15-218/+327
2018-08-08Small fixes.Eduardo Julian7-86/+117
2018-08-05Some small improvements and fixes.Eduardo Julian7-45/+63
2018-08-04Made some adjustments to fit stdlib's compiler infrastructure to new-luxc.Eduardo Julian6-112/+135
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 Julian15-25/+30
2018-08-02Replace the error-prone "n/range" calls with "indices".Eduardo Julian18-49/+42
2018-08-02Moved statement-state initialization o "lux/compiler/default/init".Eduardo Julian2-38/+40
2018-08-02Moved statement phase into stdlib.Eduardo Julian12-59/+319
2018-08-02Cleared out "lux/compiler/default" module off its contents to re-use the spac...Eduardo Julian6-20/+18
2018-07-31Now implementing box functionality in stdlib instead of the compiler.Eduardo Julian3-81/+27
2018-07-31Now implementing array functionality in stdlib instead of the compiler.Eduardo Julian4-78/+28
2018-07-31Now implementing process functionality in stdlib instead of the compiler.Eduardo Julian7-77/+121
2018-07-31Now implementing atom functionality in stdlib instead of the compiler.Eduardo Julian4-97/+46
2018-07-30Now implementing math functionality in stdlib instead of the compiler.Eduardo Julian5-164/+115
2018-07-30Updating new-luxc to latest Lux changes [Part 2].Eduardo Julian2-5/+5