aboutsummaryrefslogtreecommitdiff
path: root/stdlib (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-03Excised contribution relevant to this: https://github.com/LuxLang/lux/pull/34Eduardo Julian2-100/+1
2018-12-03Excised contribution relevant to this: https://github.com/LuxLang/lux/pull/33Eduardo Julian1-1/+0
2018-12-03Excised contribution relevant to this: https://github.com/LuxLang/lux/pull/35Eduardo Julian2-31/+1
2018-10-29Extracted "phase" from under "lux/platform/compiler/default".Eduardo Julian47-29/+31
2018-10-29Added "Char" type.Eduardo Julian1-3/+5
2018-10-29Nested the compiler and the interpreter under the lux/platform/* path.Eduardo Julian65-9/+9
2018-10-29Added a module for keyboard input.Eduardo Julian1-0/+78
2018-10-29Added a module for video display resolutions.Eduardo Julian1-0/+30
2018-10-27Some refactoring.Eduardo Julian12-327/+373
2018-10-27- Refactored macro-expansion code.Eduardo Julian3-116/+155
2018-10-27Split-out the lux/compiler/meta/archive module.Eduardo Julian5-111/+152
2018-10-18Slight improvements to "lux/data/color".Eduardo Julian1-38/+82
2018-10-18- Added "Alpha" abstraction.Eduardo Julian1-6/+26
2018-10-13Minor refactoring.Eduardo Julian5-42/+64
2018-10-13Introduced an explicit "Compiler" abstraction.Eduardo Julian4-50/+69
2018-10-13Turned the Archive into an abstract type for greater safety when operating on...Eduardo Julian1-23/+29
2018-10-13- Some refactoring.Eduardo Julian5-130/+167
2018-10-13Removed timing/perf-logging.Eduardo Julian4-82/+89
2018-08-29Adapted new-luxc to latest stdlib changes.Eduardo Julian8-51/+46
2018-08-29Field imports are now done as macros instead of functions.Eduardo Julian2-65/+32
2018-08-29Method imports are now done as macros instead of functions.Eduardo Julian15-313/+266
2018-08-29More micro-optimizations.Eduardo Julian1-58/+48
2018-08-28Small additions to stdlib.Eduardo Julian3-2/+33
2018-08-28Micro-optimizations.Eduardo Julian1-19/+32
2018-08-26Micro-optimizations.Eduardo Julian14-199/+165
2018-08-26Added Frac parsing.Eduardo Julian2-35/+71
2018-08-25- Fixed some bugs.Eduardo Julian1-84/+117
2018-08-24Some micro-optimizations.Eduardo Julian1-121/+124
2018-08-23More inlining.Eduardo Julian1-23/+35
2018-08-23Added a special compiler optimization to pattern-match on characters faster.Eduardo Julian1-50/+52
2018-08-23Optimized character extraction by not having to query the length of the sourc...Eduardo Julian3-168/+193
2018-08-23"lux text char" is now unsafe/optimized.Eduardo Julian5-216/+177
2018-08-23Optimized text clipping.Eduardo Julian7-109/+101
2018-08-23Added Rev parsing.Eduardo Julian1-38/+33
2018-08-23Added record parsing.Eduardo Julian3-170/+82
2018-08-23Added Int parsing.Eduardo Julian1-260/+74
2018-08-23No more escape-tracking.Eduardo Julian1-139/+42
2018-08-23No more escaping of back-slash.Eduardo Julian6-101/+101
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