aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Renamed lux/data/struct/tree to lux/data/struct/tree/rose.Eduardo Julian2017-01-251-206/+206
| | | | | | - Moved lux/data/struct/zipper to lux/data/struct/tree/zipper. - Moved lux/regex to lux/lexer/regex. - Changed the suffix of annotation tags, from M to A. - Renamed Frac(tional) numbers to Deg(rees).
* - Added some type combinators for type constructors.Eduardo Julian2017-01-171-0/+9
|
* - Fixed a lot of errors in the documentation.Eduardo Julian2017-01-061-2/+3
|
* - Moved the template: macro to the lux module.Eduardo Julian2017-01-041-0/+114
|
* - Updated documentation for lux/cli, lux/compiler, lux/codata/*.Eduardo Julian2017-01-021-2/+2
|
* - Simple refactorings.Eduardo Julian2017-01-021-82/+178
| | | - Updated documentation of lux module.
* - Can make definitions that have meta-data but no type.Eduardo Julian2017-01-011-23/+29
| | | - Added a temporary "fix" to be able to access derived structs from the ::: macro, while a better solution is found.
* - Added the type-of macro.Eduardo Julian2016-12-171-14/+24
|
* - Updated tests for lux/type.Eduardo Julian2016-12-151-5/+5
| | | - Added tests for lux/type/check and lux/type/auto.
* - No longer using record syntax in certain macros.Eduardo Julian2016-12-121-1/+1
|
* - Renamed "==" function to "is".Eduardo Julian2016-12-121-3/+3
|
* - Small fixes, refactorings and expansions.Eduardo Julian2016-12-121-1/+1
|
* - Minor refactorings and expansions.Eduardo Julian2016-12-041-6/+4
|
* - Changed the names of math op functions to make them more consistent and ↵Eduardo Julian2016-12-021-188/+136
| | | | similar.
* - Collected the Lux compiler's repo, the Standard Library's, the Leiningen ↵Eduardo Julian2016-12-011-0/+5541
plugin's and the Emacs mode's into a big monorepo, to keep development unified.