aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/spec (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-10Continuing with LuaEduardo Julian1-4/+4
2021-01-28Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian2-6/+6
2021-01-13Removed the (ultimately redundant) on_stop function for actors.Eduardo Julian1-8/+11
2021-01-05Added lexically-scoped templates.Eduardo Julian1-9/+9
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian9-53/+48
2020-12-26Some renamings.Eduardo Julian1-7/+7
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian3-18/+18
2020-12-23Refactored "export" common syntax.Eduardo Julian1-4/+4
2020-12-22Properly naming unicode Block type.Eduardo Julian1-4/+6
2020-12-10Render XML to text in an indented form for human readability.Eduardo Julian2-0/+24
2020-12-10Re-named "with-cover" to "for".Eduardo Julian13-26/+26
2020-12-09Added support for "Commons Clause" to Licentia.Eduardo Julian2-2/+32
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian13-61/+64
2020-11-28Re-named "_.claim" to "_.cover'".Eduardo Julian3-63/+63
2020-11-28Added "private" macro to lux/debug.Eduardo Julian7-35/+32
2020-11-27Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian1-9/+10
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian1-2/+2
2020-11-07Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian13-94/+94
2020-11-05Improved error reporting for syntax macros.Eduardo Julian2-4/+56
2020-11-05Lightweight machinery for agent-oriented programming.Eduardo Julian1-0/+49
2020-11-04Re-named "lux/control/concurrency/process" to "thread".Eduardo Julian1-0/+97
2020-10-31Easy to use Rev constants.Eduardo Julian9-43/+43
2020-10-25Some small refactoring.Eduardo Julian1-4/+4
2020-10-24Re-named some list functions.Eduardo Julian1-1/+1
2020-10-09Mandatory long names for JVM imports, instead of having "long" be optional an...Eduardo Julian1-1/+1
2020-10-07Optimized generation of I64, F64 and variants on JVM.Eduardo Julian1-11/+41
2020-10-07Test imports for circular dependencies.Eduardo Julian1-0/+61
2020-08-09Allow "#io" outputs for JS imports.Eduardo Julian1-2/+3
2020-07-02Now using the new syntax for variants (even though they still work the old wa...Eduardo Julian1-6/+6
2020-07-01Moved all spec(ifications) from under "test/" to under "spec/".Eduardo Julian10-0/+369
2020-05-28Can now parse TAR files.Eduardo Julian1-0/+31
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian5-7/+7
2019-12-28Implemented an alternative method for extensible JVM bytecode generation.Eduardo Julian1-8/+12
2019-09-07Renamed "Statement" to "Directive".Eduardo Julian2-22/+22
2019-07-26No more "n/"-prefixed functions.Eduardo Julian5-35/+41
2019-07-25No more "i/"-prefixed functions.Eduardo Julian2-12/+14
2019-07-24No more "f/"-prefixed functions.Eduardo Julian4-21/+28
2019-07-02Re-name "lux/data/error" to "lux/control/try".Eduardo Julian9-79/+75
2019-06-20Improved the convention for using text formatters.Eduardo Julian5-12/+10
2019-04-28Turned all "lux int ???" extensions to "lux i64 ???".Eduardo Julian1-6/+6
2019-04-28Turned all "lux frac ???" extensions to "lux f64 ???".Eduardo Julian1-7/+7
2019-04-27Ported tests for type analysis.Eduardo Julian3-19/+96
2019-04-26Refactored the spec a bit better.Eduardo Julian8-75/+142
2019-04-26Ported common extensions tests.Eduardo Julian1-0/+339
2019-04-26- Ported pattern-matching tests.Eduardo Julian3-24/+378
2019-04-26Ported reference tests.Eduardo Julian2-20/+101
2019-04-26WIP: Turning compiler tests into a re-usable specification.Eduardo Julian3-0/+201