Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some refactoring. | Eduardo Julian | 2018-12-04 | 7 | -176/+201 |
| | |||||
* | Excised contribution relevant to this: https://github.com/LuxLang/lux/pull/34 | Eduardo Julian | 2018-12-03 | 2 | -100/+1 |
| | |||||
* | Excised contribution relevant to this: https://github.com/LuxLang/lux/pull/33 | Eduardo Julian | 2018-12-03 | 1 | -1/+0 |
| | |||||
* | Excised contribution relevant to this: https://github.com/LuxLang/lux/pull/35 | Eduardo Julian | 2018-12-03 | 2 | -31/+1 |
| | |||||
* | Extracted "phase" from under "lux/platform/compiler/default". | Eduardo Julian | 2018-10-29 | 47 | -29/+31 |
| | |||||
* | Added "Char" type. | Eduardo Julian | 2018-10-29 | 1 | -3/+5 |
| | |||||
* | Nested the compiler and the interpreter under the lux/platform/* path. | Eduardo Julian | 2018-10-29 | 65 | -9/+9 |
| | |||||
* | Added a module for keyboard input. | Eduardo Julian | 2018-10-29 | 1 | -0/+78 |
| | |||||
* | Added a module for video display resolutions. | Eduardo Julian | 2018-10-29 | 1 | -0/+30 |
| | |||||
* | Some refactoring. | Eduardo Julian | 2018-10-27 | 12 | -327/+373 |
| | |||||
* | - Refactored macro-expansion code. | Eduardo Julian | 2018-10-27 | 3 | -116/+155 |
| | | | - Added extra functionality to lux/compiler/default/phase/analysis. | ||||
* | Split-out the lux/compiler/meta/archive module. | Eduardo Julian | 2018-10-27 | 5 | -111/+152 |
| | |||||
* | Slight improvements to "lux/data/color". | Eduardo Julian | 2018-10-18 | 1 | -38/+82 |
| | |||||
* | - Added "Alpha" abstraction. | Eduardo Julian | 2018-10-18 | 1 | -6/+26 |
| | | | - Added "Pigment" abstraction. | ||||
* | Minor refactoring. | Eduardo Julian | 2018-10-13 | 5 | -42/+64 |
| | |||||
* | Introduced an explicit "Compiler" abstraction. | Eduardo Julian | 2018-10-13 | 4 | -50/+69 |
| | |||||
* | Turned the Archive into an abstract type for greater safety when operating ↵ | Eduardo Julian | 2018-10-13 | 1 | -23/+29 |
| | | | | on it (cannot skip the abstraction by directly using the dictionary functions). | ||||
* | - Some refactoring. | Eduardo Julian | 2018-10-13 | 5 | -130/+167 |
| | | | - Small additions/features. | ||||
* | Removed timing/perf-logging. | Eduardo Julian | 2018-10-13 | 4 | -82/+89 |
| | |||||
* | Adapted new-luxc to latest stdlib changes. | Eduardo Julian | 2018-08-29 | 8 | -51/+46 |
| | |||||
* | Field imports are now done as macros instead of functions. | Eduardo Julian | 2018-08-29 | 2 | -65/+32 |
| | |||||
* | Method imports are now done as macros instead of functions. | Eduardo Julian | 2018-08-29 | 15 | -313/+266 |
| | |||||
* | More micro-optimizations. | Eduardo Julian | 2018-08-29 | 1 | -58/+48 |
| | |||||
* | Small additions to stdlib. | Eduardo Julian | 2018-08-28 | 3 | -2/+33 |
| | |||||
* | Micro-optimizations. | Eduardo Julian | 2018-08-28 | 1 | -19/+32 |
| | |||||
* | Micro-optimizations. | Eduardo Julian | 2018-08-26 | 14 | -199/+165 |
| | |||||
* | Added Frac parsing. | Eduardo Julian | 2018-08-26 | 2 | -35/+71 |
| | |||||
* | - Fixed some bugs. | Eduardo Julian | 2018-08-25 | 1 | -84/+117 |
| | | | - Improved performance. | ||||
* | Some micro-optimizations. | Eduardo Julian | 2018-08-24 | 1 | -121/+124 |
| | |||||
* | More inlining. | Eduardo Julian | 2018-08-23 | 1 | -23/+35 |
| | |||||
* | Added a special compiler optimization to pattern-match on characters faster. | Eduardo Julian | 2018-08-23 | 1 | -50/+52 |
| | |||||
* | Optimized character extraction by not having to query the length of the ↵ | Eduardo Julian | 2018-08-23 | 3 | -168/+193 |
| | | | | source-code every time. | ||||
* | "lux text char" is now unsafe/optimized. | Eduardo Julian | 2018-08-23 | 5 | -216/+177 |
| | |||||
* | Optimized text clipping. | Eduardo Julian | 2018-08-23 | 7 | -109/+101 |
| | |||||
* | Added Rev parsing. | Eduardo Julian | 2018-08-23 | 1 | -38/+33 |
| | |||||
* | Added record parsing. | Eduardo Julian | 2018-08-23 | 3 | -170/+82 |
| | |||||
* | Added Int parsing. | Eduardo Julian | 2018-08-23 | 1 | -260/+74 |
| | |||||
* | No more escape-tracking. | Eduardo Julian | 2018-08-23 | 1 | -139/+42 |
| | |||||
* | No more escaping of back-slash. | Eduardo Julian | 2018-08-23 | 6 | -101/+101 |
| | |||||
* | No more escaping of new-line. | Eduardo Julian | 2018-08-23 | 27 | -357/+360 |
| | |||||
* | No more escaping of double-quotes. | Eduardo Julian | 2018-08-23 | 19 | -165/+120 |
| | |||||
* | No more escaping of unicode. | Eduardo Julian | 2018-08-22 | 5 | -40/+16 |
| | |||||
* | No more escaping of vertical-tab. | Eduardo Julian | 2018-08-22 | 2 | -4/+2 |
| | |||||
* | No more escaping of carriage-return. | Eduardo Julian | 2018-08-22 | 2 | -5/+2 |
| | |||||
* | No more escaping of form-feed. | Eduardo Julian | 2018-08-22 | 2 | -3/+1 |
| | |||||
* | No more escaping of back-space. | Eduardo Julian | 2018-08-22 | 1 | -2/+0 |
| | |||||
* | No more escaping of horizontal-tab. | Eduardo Julian | 2018-08-22 | 12 | -67/+71 |
| | |||||
* | Partial implementation of text-escaping. | Eduardo Julian | 2018-08-22 | 1 | -208/+283 |
| | |||||
* | No more multi-line text. | Eduardo Julian | 2018-08-22 | 20 | -472/+446 |
| | |||||
* | No more multi-line comments. | Eduardo Julian | 2018-08-22 | 2 | -94/+5 |
| |