aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/profile.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-18Some bug fixes.Eduardo Julian1-18/+18
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian1-1/+1
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian1-16/+16
2021-08-08No more #export magic syntax.Eduardo Julian1-21/+21
2021-08-01Even more renamings.Eduardo Julian1-5/+5
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-24/+25
2021-07-12A bit more clarity for Licentia licenses.Eduardo Julian1-18/+50
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian1-3/+16
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian1-2/+2
2021-06-27Made obtaining env variables more granular + partial Lua support.Eduardo Julian1-5/+7
2021-06-24Added a macro for type-casting JVM objects.Eduardo Julian1-4/+8
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-1/+2
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-20/+20
2020-12-12Removed several unnecessary imports.Eduardo Julian1-6/+7
2020-11-28Added "private" macro to lux/debug.Eduardo Julian1-8/+8
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian1-2/+2
2020-11-05Improved error reporting for syntax macros.Eduardo Julian1-3/+4
2020-10-25Some improvements to the Lux syntax parser.Eduardo Julian1-3/+0
2020-10-09Also using BIPUSH and SIPUSH during JVM generation.Eduardo Julian1-13/+0
2020-10-07Test imports for circular dependencies.Eduardo Julian1-3/+86
2020-10-03Gave Aedifex support for multiple profiles.Eduardo Julian1-0/+135