aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/project.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-231-5/+5
|
* Some bug fixes.Eduardo Julian2021-08-181-3/+3
|
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-3/+3
|
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-121-1/+1
|
* No more #export magic syntax.Eduardo Julian2021-08-081-8/+8
|
* Even more renamings.Eduardo Julian2021-08-011-3/+3
|
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-6/+6
|
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-1/+1
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-15/+16
|
* "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-6/+6
|
* 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.
* Added "private" macro to lux/debug.Eduardo Julian2020-11-281-2/+2
|
* Easy to use Rev constants.Eduardo Julian2020-10-311-2/+2
|
* Some improvements to the Lux syntax parser.Eduardo Julian2020-10-251-0/+3
|
* Tweaked how I64 masks are made.Eduardo Julian2020-10-121-8/+19
|
* Also using BIPUSH and SIPUSH during JVM generation.Eduardo Julian2020-10-091-1/+1
|
* Test imports for circular dependencies.Eduardo Julian2020-10-071-1/+9
|
* Gave Aedifex support for multiple profiles.Eduardo Julian2020-10-031-65/+48
|
* Added deployment code to Aedifex.Eduardo Julian2020-10-031-2/+5
|
* Build programs.Eduardo Julian2020-08-281-3/+11
|
* Download and catch dependencies in Aedifex.Eduardo Julian2020-08-261-26/+9
|
* Add local repo installation to Aedifex.Eduardo Julian2020-08-171-3/+11
|
* WIP: New build-tool named Aedifex (can read project descriptions).Eduardo Julian2020-08-121-0/+68