aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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 con...Eduardo Julian2020-12-0225-162/+162
* Test for Aedifex's "auto" command.Eduardo Julian2020-12-022-140/+64
* Added specialized root/2 and root/3 functions in lux/math.Eduardo Julian2020-12-0112-138/+24
* Re-named "_.claim" to "_.cover'".Eduardo Julian2020-11-281-10/+10
* Added "private" macro to lux/debug.Eduardo Julian2020-11-2817-186/+218
* Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian2020-11-277-58/+71
* Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian2020-11-265-43/+66
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-244-22/+23
* Made the syntax of ^template more consistent.Eduardo Julian2020-11-1711-174/+222
* Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian2020-11-076-172/+140
* Improved error reporting for syntax macros.Eduardo Julian2020-11-059-28/+110
* Added CoMonad for CoFree.Eduardo Julian2020-11-023-0/+56
* Allow defining anonymous actors.Eduardo Julian2020-11-026-147/+169
* Improved the design of actors.Eduardo Julian2020-11-017-52/+89
* Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian2020-10-315-47/+81
* Easy to use Rev constants.Eduardo Julian2020-10-3114-70/+76
* Some small refactoring.Eduardo Julian2020-10-257-50/+35
* Some improvements to the Lux syntax parser.Eduardo Julian2020-10-255-37/+67
* Changed type-parameters for Mixin types.Eduardo Julian2020-10-242-33/+48
* Re-named some list functions.Eduardo Julian2020-10-241-3/+3
* Re-named "search" to "one" and "search-all" to "all".Eduardo Julian2020-10-2410-361/+389
* Re-named "to-text" functions to "format".Eduardo Julian2020-10-154-67/+163
* Gave the Location type its own module.Eduardo Julian2020-10-144-29/+55
* Type-checking macros via the Macro' type from the standard library.Eduardo Julian2020-10-128-37/+46
* Tweaked how I64 masks are made.Eduardo Julian2020-10-121-8/+19
* Mandatory long names for JVM imports, instead of having "long" be optional an...Eduardo Julian2020-10-097-38/+38
* Also using BIPUSH and SIPUSH during JVM generation.Eduardo Julian2020-10-093-23/+41