aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-1454-911/+965
|
* Improved the XML parsing library.Eduardo Julian2021-07-138-94/+65
|
* A bit more clarity for Licentia licenses.Eduardo Julian2021-07-128-89/+198
|
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-124-37/+57
|
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-1110-20/+42
|
* Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2021-07-103-9/+22
|
* Made sure the "phase" parameter of extensions is always usable (even across ↵Eduardo Julian2021-07-088-63/+112
| | | | language boundaries)
* Simplified the API for file-system operations.Eduardo Julian2021-07-0616-227/+205
|
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-0219-214/+163
| | | Capabilities should be opt-in, but using them in the standard library makes them mandatory.
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-3012-49/+57
| | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
* Made obtaining env variables more granular + partial Lua support.Eduardo Julian2021-06-2714-112/+164
|
* Added a macro for type-casting JVM objects.Eduardo Julian2021-06-247-74/+99
|
* Refactored the machinery to make local macros into its own module.Eduardo Julian2021-06-188-56/+93
|
* Extracted Licentia out of the standard library.Eduardo Julian2021-06-1424-1890/+17
|
* Constraining the year of the snapshot time in Aedifex.Eduardo Julian2021-06-125-51/+92
|
* Added import name formatting to "import:" macros for other backends.Eduardo Julian2021-06-1111-24/+37
|
* lux/data/binary.slice now works in the offset+length style.Eduardo Julian2021-05-301-1/+1
|
* Re-named lux/host to lux/ffi.Eduardo Julian2021-05-245-5/+5
|
* Almost done with Scheme.Eduardo Julian2021-05-241-18/+22
| | | But will have to postpone finishing it because Kawa is not up to snuff.
* More Lua + optimizations.Eduardo Julian2021-02-121-22/+28
|
* Mo' updates, less problems.Eduardo Julian2021-02-0717-352/+321
|
* Updates for Lua compiler.Eduardo Julian2021-02-041-114/+35
|
* Improved compilation of loops and pattern-matching for Python. Eduardo Julian2021-02-012-47/+42
|
* Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian2021-01-281-0/+71
|
* Made the Python being generated more compatible with both P2.7 and P3.Eduardo Julian2021-01-262-7/+84
|
* Removed the (ultimately redundant) on_stop function for actors.Eduardo Julian2021-01-134-35/+100
|
* Raise error when trying to use deprecated fields/method/classes in JVM.Eduardo Julian2021-01-123-0/+35
|
* Compiler now shows suggestions when encountering unknown definitions.Eduardo Julian2021-01-121-0/+43
|
* Turned I64 and variant creation functions into constructors for JS.Eduardo Julian2021-01-092-17/+12
|
* Moved "log!" function under "lux/debug".Eduardo Julian2021-01-081-1/+2
|
* Added lexically-scoped templates.Eduardo Julian2021-01-051-2/+0
|
* Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian2021-01-037-3/+341
|
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-2915-453/+513
|
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-2915-182/+206
|
* Some renamings.Eduardo Julian2020-12-264-31/+45
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-2531-466/+466
|
* Refactored "export" common syntax.Eduardo Julian2020-12-238-133/+181
|
* Properly naming unicode Block type.Eduardo Julian2020-12-222-13/+56
|
* More optimizations to the Lux syntax parser.Eduardo Julian2020-12-177-88/+197
|
* Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.Eduardo Julian2020-12-152-2/+292
|
* Removed several unnecessary imports.Eduardo Julian2020-12-125-16/+51
|
* Improved parsing speed for Lux code.Eduardo Julian2020-12-1110-14/+174
|
* Render XML to text in an indented form for human readability.Eduardo Julian2020-12-107-125/+139
|
* Updated Lux license to v0.1.1.Eduardo Julian2020-12-106-158/+166
|
* Re-named "with-cover" to "for".Eduardo Julian2020-12-104-43/+61
|
* Added support for "Commons Clause" to Licentia.Eduardo Julian2020-12-095-45/+86
|
* Re-named old luxc-jvm to lux-bootstrapper.Eduardo Julian2020-12-042-64/+74
|
* Detect duplicate files coming from dependencies.Eduardo Julian2020-12-0311-149/+205
|
* Replaced "contains?" function with "key?" function.Eduardo Julian2020-12-023-0/+25
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-0225-162/+162
| | | | convention that only macros that deal with types may start with a colon.