aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/meta.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-3/+3
* Extracted Licentia out of the standard library.Eduardo Julian2021-06-141-1/+1
* Made the Python being generated more compatible with both P2.7 and P3.Eduardo Julian2021-01-261-2/+3
* Compiler now shows suggestions when encountering unknown definitions.Eduardo Julian2021-01-121-29/+45
* Encapsulate JS definitions produced by the JS compiler in a local scope to av...Eduardo Julian2021-01-111-173/+0
* Turned I64 and variant creation functions into constructors for JS.Eduardo Julian2021-01-091-8/+8
* Moved "log!" function under "lux/debug".Eduardo Julian2021-01-081-6/+12
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-291-6/+1
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-8/+14
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-132/+132
* Refactored "export" common syntax.Eduardo Julian2020-12-231-18/+31
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-18/+18
* Made the syntax of ^template more consistent.Eduardo Julian2020-11-171-46/+46
* Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian2020-11-071-46/+46
* Some improvements to the Lux syntax parser.Eduardo Julian2020-10-251-2/+2
* Re-named "search" to "one" and "search-all" to "all".Eduardo Julian2020-10-241-7/+7
* Re-named "to-text" functions to "format".Eduardo Julian2020-10-151-2/+2
* Gave the Location type its own module.Eduardo Julian2020-10-141-4/+6
* Re-named "Cursor" type to "Location".Eduardo Julian2020-10-071-6/+6
* Changed the format of project descriptor files.Eduardo Julian2020-09-161-0/+701
* - Re-named "lux/meta" to to "lux/macro".Eduardo Julian2017-11-151-653/+0
* - Added a new piece of compiler state, just for storing the current-module.Eduardo Julian2017-10-261-57/+52
* - WIP: Wiring everything to get the compiler to work fully.Eduardo Julian2017-10-261-3/+4
* - Re-named "Lux" type to "Meta".Eduardo Julian2017-10-161-0/+657