Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - Added ["deg" "reciprocal"] procedure. | Eduardo Julian | 2017-03-28 | 1 | -8/+14 | |
| | ||||||
* | - Expanded the lux/control/interval module. | Eduardo Julian | 2017-03-27 | 1 | -0/+2 | |
| | | | - Implemented Enum<Real>. | |||||
* | - Added a new try-catch procedure. | Eduardo Julian | 2017-02-26 | 1 | -1/+14 | |
| | ||||||
* | - Implemented math procedures for JS. | Eduardo Julian | 2017-02-26 | 1 | -4/+0 | |
| | | | - Degree<->radian conversions are no longer math procedures. | |||||
* | - Exiting the program and getting the current time (in milliseconds) is now ↵ | Eduardo Julian | 2017-02-25 | 1 | -4/+15 | |
| | | | | done through procedures. | |||||
* | - Re-designed (and implemented) the primitives for running processes/threads ↵ | Eduardo Julian | 2017-02-23 | 1 | -0/+31 | |
| | | | | as Lux procedures. | |||||
* | - Re-designed atomic operations as common procedures. | Eduardo Julian | 2017-02-23 | 1 | -0/+39 | |
| | | | | - Implemented atomic operations for the JVM. - Basic Lux types no longer rely on JVM classes. | |||||
* | - Implemented a variety of new procedures for text, chars, math and arrays. | Eduardo Julian | 2017-02-22 | 1 | -16/+124 | |
| | ||||||
* | - Added more common procedures. | Eduardo Julian | 2017-02-17 | 1 | -18/+38 | |
| | | | | | | | - Fixed some bugs in the type-checking of some common procedures. - Removed the "_name" field for generated classes. - Now compiling loops in JS. - Did some refactoring to the caching machinery. - Implemented binary, octal and hexadecimal encoding purely in Lux. | |||||
* | - Implemented several new procedures. | Eduardo Julian | 2017-02-16 | 1 | -21/+104 | |
| | | | | | | - Improved Lux-to-JS interactions. - Parallel compilation works for the JS backend. - Added more primitive functionality to the JS runtime. - More common procedures. | |||||
* | - Now doing common array analysis/compilation. | Eduardo Julian | 2017-02-11 | 1 | -9/+71 | |
| | | | | | | | - Now doing common io/log! analysis/compilation. - Now doing common char/to-text analysis/compilation. - Expanded compilation of procedures in JS. - Expanded LuxRT in JS. - Fixed some bugs. | |||||
* | - Reorganized the code related to _lux_proc a bit. | Eduardo Julian | 2017-02-07 | 1 | -0/+288 | |
- Implemented some of the low-level machinery for 64-bit integers. |