aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/cli.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-8/+8
|
* No more #export magic syntax.Eduardo Julian2021-08-081-4/+4
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-10/+11
|
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-1/+1
| | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-11/+11
|
* Refactored "export" common syntax.Eduardo Julian2020-12-231-1/+2
|
* Removed several unnecessary imports.Eduardo Julian2020-12-121-4/+6
|
* Replaced "contains?" function with "key?" function.Eduardo Julian2020-12-021-0/+4
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-2/+2
| | | | convention that only macros that deal with types may start with a colon.
* Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian2020-11-071-6/+5
|
* Improved error reporting for syntax macros.Eduardo Julian2020-11-051-1/+1
|
* Added CoMonad for CoFree.Eduardo Julian2020-11-021-0/+4
|
* Also using BIPUSH and SIPUSH during JVM generation.Eduardo Julian2020-10-091-9/+40
|
* Gave Aedifex support for multiple profiles.Eduardo Julian2020-10-031-5/+20
|
* Added deployment code to Aedifex.Eduardo Julian2020-10-031-3/+11
|
* Test programs + auti build/test.Eduardo Julian2020-08-291-2/+14
|
* Build programs.Eduardo Julian2020-08-281-1/+3
|
* Download and catch dependencies in Aedifex.Eduardo Julian2020-08-261-1/+3
|
* Add local repo installation to Aedifex.Eduardo Julian2020-08-171-0/+16