aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - 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.