aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* New JVM compiler can now compile JVM interfaces.Eduardo Julian2021-07-181-2/+35
* Now allowing compilers to generate custom-named outputs.Eduardo Julian2021-07-171-1/+36
* Now properly loading cached modules.Eduardo Julian2021-07-171-101/+416
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-23/+26
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-111-2/+3
* Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2021-07-101-1/+4
* Simplified the API for file-system operations.Eduardo Julian2021-07-061-17/+10
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-0/+2
* Some updates for the new compilers.Eduardo Julian2021-06-291-5/+22
* Delegate text (lower|upper)-casing to the host-platform implementations.Eduardo Julian2021-06-261-0/+2
* Refactored the machinery to make local macros into its own module.Eduardo Julian2021-06-181-2/+1
* Constraining the year of the snapshot time in Aedifex.Eduardo Julian2021-06-121-0/+1
* Added import name formatting to "import:" macros for other backends.Eduardo Julian2021-06-111-21/+21
* Re-named lux/host to lux/ffi.Eduardo Julian2021-05-241-2/+2
* Updates for Scheme compiler.Eduardo Julian2021-03-181-3/+7
* Almost done with PHP.Eduardo Julian2021-03-121-1/+2
* Done with Ruby.Eduardo Julian2021-03-011-1/+2
* Updates for PHP compiler.Eduardo Julian2021-02-221-2/+4
* Mo' updates, less problems.Eduardo Julian2021-02-071-52/+14
* Turned I64 and variant creation functions into constructors for JS.Eduardo Julian2021-01-091-55/+62
* Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian2021-01-031-8/+6
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-291-6/+6
* Some renamings.Eduardo Julian2020-12-261-42/+42
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-47/+47
* Refactored "export" common syntax.Eduardo Julian2020-12-231-43/+43
* Removed several unnecessary imports.Eduardo Julian2020-12-121-104/+4
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-1/+1
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-241-7/+7
* Allow defining anonymous actors.Eduardo Julian2020-11-021-4/+3
* Test programs + auti build/test.Eduardo Julian2020-08-291-0/+2
* Build programs.Eduardo Julian2020-08-281-14/+15
* Aedifex can generate POM files.Eduardo Julian2020-08-121-47/+58
* Got the JS compiler code to build again.Eduardo Julian2020-07-051-150/+136
* The "for" macro can now work directly with definitions. No text literals nece...Eduardo Julian2020-06-281-4/+4
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-171-3/+2
* Made test-running parallel again.Eduardo Julian2020-05-131-43/+46
* Ported JVM common extension generation to the new JVM bytecode machinery.Eduardo Julian2019-10-171-2/+1
* Ported JVM pattern-matching & loop generation to the new JVM bytecode machinery.Eduardo Julian2019-10-171-2/+2
* Ported JVM function generation to the new JVM bytecode machinery.Eduardo Julian2019-10-161-1/+1
* Small refactoringEduardo Julian2019-10-161-1/+1
* Compiler extensions have been tested to work.Eduardo Julian2019-10-151-3/+6
* The new compiler can compile & run the stdlib's test suite.Eduardo Julian2019-10-141-47/+57
* Implemented mixin-style function composition.Eduardo Julian2019-09-151-4/+6
* Re-named "lux/control/contract" to "lux/control/function/contract".Eduardo Julian2019-09-071-1/+2
* Renamed "Statement" to "Directive".Eduardo Julian2019-09-071-1/+1
* No more "n/"-prefixed functions.Eduardo Julian2019-07-261-26/+27
* No more "i/"-prefixed functions.Eduardo Julian2019-07-251-8/+8
* No more "r/"-prefixed functions.Eduardo Julian2019-07-241-37/+38
* No more "f/"-prefixed functions.Eduardo Julian2019-07-241-15/+21
* Improved the convention for using text formatters.Eduardo Julian2019-06-201-3/+3