Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - Replaced the "#seed" and "#times" options for "seed" and "times" test ↵ | Eduardo Julian | 2017-10-20 | 53 | -3067/+3312 | |
| | | | | combinators. | |||||
* | - Added "for" macro to specify platform-dependent code. | Eduardo Julian | 2017-10-17 | 1 | -4/+14 | |
| | | | - Some refactoring/re-naming. | |||||
* | - Simplified CLI. | Eduardo Julian | 2017-10-17 | 1 | -39/+35 | |
| | | | - Added way to parse CLI argument anywhere within the inputs. | |||||
* | - Re-named "Lux" type to "Meta". | Eduardo Julian | 2017-10-16 | 13 | -46/+46 | |
| | | | - Moved lux/type/* under lux/meta/*. | |||||
* | - Re-named "Meta" type to "Ann". | Eduardo Julian | 2017-10-16 | 2 | -3/+3 | |
| | ||||||
* | - Re-named "Vector" to "Sequence" to avoid confusion with mathematical vectors. | Eduardo Julian | 2017-10-16 | 4 | -32/+32 | |
| | ||||||
* | - Removed the useless Seq type. | Eduardo Julian | 2017-10-16 | 2 | -130/+0 | |
| | ||||||
* | - Re-named "Result" type back to "Error". | Eduardo Julian | 2017-10-16 | 46 | -375/+375 | |
| | ||||||
* | - Re-named lux/control/parser;opt to lux/control/parser;maybe. | Eduardo Julian | 2017-10-16 | 1 | -2/+2 | |
| | ||||||
* | - Re-named lux/world/fs to lux/world/file. | Eduardo Julian | 2017-10-16 | 2 | -2/+2 | |
| | ||||||
* | - Moved Array type to lux.lux. | Eduardo Julian | 2017-10-16 | 1 | -40/+40 | |
| | | | | - Re-named some array functions. - Minor refactorings. | |||||
* | - Renamed "%r" to "%f". | Eduardo Julian | 2017-10-12 | 1 | -1/+3 | |
| | ||||||
* | - Added seeds for failing tests. | Eduardo Julian | 2017-10-11 | 2 | -0/+2 | |
| | ||||||
* | - Forgot to commit update to tests for lux/type/check. | Eduardo Julian | 2017-10-11 | 1 | -73/+73 | |
| | ||||||
* | - Fixed the tests for lux/math/random. | Eduardo Julian | 2017-10-04 | 1 | -2/+2 | |
| | ||||||
* | - Changed the terminology of monoids ("append" -> "compose", "unit" -> ↵ | Eduardo Julian | 2017-09-19 | 8 | -36/+36 | |
| | | | | "identity"). | |||||
* | - Some refactoring. | Eduardo Julian | 2017-09-19 | 12 | -45/+48 | |
| | | | - Moved "assume" and "default" to lux/data/maybe. | |||||
* | - Some improvements/refactoring for durations. | Eduardo Julian | 2017-09-19 | 1 | -14/+6 | |
| | ||||||
* | Merge pull request #34 from mccraigmccraig/fix-duration-tests | The Lux Programming Language | 2017-09-19 | 1 | -16/+22 | |
|\ | | | | | fix duration frame and encoding tests | |||||
| * | fix duration frame and encoding tests | mccraig mccraig of the clan mccraig | 2017-09-19 | 1 | -16/+22 | |
| | | ||||||
* | | - Tree parsing. | Eduardo Julian | 2017-09-19 | 2 | -42/+42 | |
| | | ||||||
* | | - XML parsing. | Eduardo Julian | 2017-09-19 | 1 | -3/+46 | |
| | | ||||||
* | | - Added unary function support for the "infix" macro. | Eduardo Julian | 2017-09-19 | 1 | -13/+20 | |
|/ | ||||||
* | - Re-named "jvm-import" to "import". | Eduardo Julian | 2017-09-08 | 1 | -6/+6 | |
| | ||||||
* | - Added polytypic JSON codec support for unit-types. | Eduardo Julian | 2017-09-05 | 4 | -43/+66 | |
| | ||||||
* | - Added tests for lux/math/random. | Eduardo Julian | 2017-09-05 | 2 | -1/+56 | |
| | ||||||
* | - Renamed bitwise right-shifting functions. | Eduardo Julian | 2017-09-05 | 1 | -2/+2 | |
| | ||||||
* | - Simplified code for JSON format. | Eduardo Julian | 2017-09-04 | 1 | -6/+5 | |
| | | | - Moved JSON polytypism to the lux/macro/poly/* branch. | |||||
* | - Renamed "Log" to "Writer". | Eduardo Julian | 2017-09-04 | 2 | -12/+12 | |
| | ||||||
* | - Implemented network I/O for TCP and UDP (in the JVM). | Eduardo Julian | 2017-09-04 | 3 | -1/+143 | |
| | ||||||
* | - Re-named "real" numbers to "frac"(tions). | Eduardo Julian | 2017-09-04 | 12 | -148/+147 | |
| | ||||||
* | - Added HTML-generation module. | Eduardo Julian | 2017-08-30 | 1 | -3/+9 | |
| | | | - Added CSS-generation module. | |||||
* | - Implemented a file-system library. | Eduardo Julian | 2017-08-22 | 1 | -0/+162 | |
| | ||||||
* | - Implemented a blob (binary large object) library. | Eduardo Julian | 2017-08-22 | 1 | -0/+107 | |
| | ||||||
* | - Small refactorings. | Eduardo Julian | 2017-08-21 | 1 | -2/+2 | |
| | ||||||
* | - Added module for color computations. | Eduardo Julian | 2017-08-21 | 1 | -0/+96 | |
| | ||||||
* | - Implemented Agent-Oriented Programming. | Eduardo Julian | 2017-08-03 | 2 | -0/+25 | |
| | ||||||
* | - Re-implemented polytypic matchers in terms of lux/control/parser. | Eduardo Julian | 2017-08-02 | 2 | -17/+12 | |
| | ||||||
* | - Removed polytipic text-encoders. | Eduardo Julian | 2017-08-01 | 2 | -56/+1 | |
| | | | - Simplified a lot of polytypism. | |||||
* | - Broken down lux/data/format/json module into smaller family of modules. | Eduardo Julian | 2017-08-01 | 1 | -35/+34 | |
| | | | - Re-implemented JSON parsing in terms of lux/control/parser. | |||||
* | - Added formatters for JSON, XML and time types. | Eduardo Julian | 2017-07-31 | 1 | -1/+1 | |
| | ||||||
* | - Extended duration and date with Order and Codec implementations. | Eduardo Julian | 2017-07-31 | 2 | -4/+59 | |
| | ||||||
* | - Added more structures for instants and dates. | Eduardo Julian | 2017-07-29 | 3 | -1/+99 | |
| | ||||||
* | - Re-implemented Tainted using models. | Eduardo Julian | 2017-07-29 | 1 | -1/+2 | |
| | ||||||
* | - Added Functor, Applicative and Monad implementations for Lazy. | Eduardo Julian | 2017-07-29 | 1 | -5/+35 | |
| | ||||||
* | - Renamed "Thunk" to "Lazy", and moved it from lux/control/thunk to ↵ | Eduardo Julian | 2017-07-29 | 3 | -24/+24 | |
| | | | | lux/data/lazy. | |||||
* | - Added dates, and the capacity to calculate week-days. | Eduardo Julian | 2017-07-26 | 1 | -2/+2 | |
| | ||||||
* | - Added units of measurement as a feature to decorate Int values for safer ↵ | Eduardo Julian | 2017-07-25 | 1 | -1/+2 | |
| | | | | calculations. | |||||
* | - Refactored Time into Instant and Duration. | Eduardo Julian | 2017-07-24 | 4 | -69/+133 | |
| | ||||||
* | - Relocated the "object" and "concatenative" modules. | Eduardo Julian | 2017-07-23 | 2 | -7/+7 | |
| |