aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/cli.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian1-8/+8
2021-08-08No more #export magic syntax.Eduardo Julian1-4/+4
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-10/+11
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian1-1/+1
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-11/+11
2020-12-23Refactored "export" common syntax.Eduardo Julian1-1/+2
2020-12-12Removed several unnecessary imports.Eduardo Julian1-4/+6
2020-12-02Replaced "contains?" function with "key?" function.Eduardo Julian1-0/+4
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-2/+2
2020-11-07Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian1-6/+5
2020-11-05Improved error reporting for syntax macros.Eduardo Julian1-1/+1
2020-11-02Added CoMonad for CoFree.Eduardo Julian1-0/+4
2020-10-09Also using BIPUSH and SIPUSH during JVM generation.Eduardo Julian1-9/+40
2020-10-03Gave Aedifex support for multiple profiles.Eduardo Julian1-5/+20
2020-10-03Added deployment code to Aedifex.Eduardo Julian1-3/+11
2020-08-29Test programs + auti build/test.Eduardo Julian1-2/+14
2020-08-28Build programs.Eduardo Julian1-1/+3
2020-08-26Download and catch dependencies in Aedifex.Eduardo Julian1-1/+3
2020-08-17Add local repo installation to Aedifex.Eduardo Julian1-0/+16