aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-23/+26
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian1-2/+3
2021-07-10Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian1-1/+4
2021-07-06Simplified the API for file-system operations.Eduardo Julian1-17/+10
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian1-0/+2
2021-06-29Some updates for the new compilers.Eduardo Julian1-5/+22
2021-06-26Delegate text (lower|upper)-casing to the host-platform implementations.Eduardo Julian1-0/+2
2021-06-18Refactored the machinery to make local macros into its own module.Eduardo Julian1-2/+1
2021-06-12Constraining the year of the snapshot time in Aedifex.Eduardo Julian1-0/+1
2021-06-11Added import name formatting to "import:" macros for other backends.Eduardo Julian1-21/+21
2021-05-24Re-named lux/host to lux/ffi.Eduardo Julian1-2/+2
2021-03-18Updates for Scheme compiler.Eduardo Julian1-3/+7
2021-03-12Almost done with PHP.Eduardo Julian1-1/+2
2021-03-01Done with Ruby.Eduardo Julian1-1/+2
2021-02-22Updates for PHP compiler.Eduardo Julian1-2/+4
2021-02-07Mo' updates, less problems.Eduardo Julian1-52/+14
2021-01-09Turned I64 and variant creation functions into constructors for JS.Eduardo Julian1-55/+62
2021-01-03Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian1-8/+6
2020-12-29Unified repository abstraction for Aedifex.Eduardo Julian1-6/+6
2020-12-26Some renamings.Eduardo Julian1-42/+42
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-47/+47
2020-12-23Refactored "export" common syntax.Eduardo Julian1-43/+43
2020-12-12Removed several unnecessary imports.Eduardo Julian1-104/+4
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-1/+1
2020-11-24Better error messages when re-using a name when making a definition.Eduardo Julian1-7/+7
2020-11-02Allow defining anonymous actors.Eduardo Julian1-4/+3
2020-08-29Test programs + auti build/test.Eduardo Julian1-0/+2
2020-08-28Build programs.Eduardo Julian1-14/+15
2020-08-12Aedifex can generate POM files.Eduardo Julian1-47/+58
2020-07-05Got the JS compiler code to build again.Eduardo Julian1-150/+136
2020-06-28The "for" macro can now work directly with definitions. No text literals nece...Eduardo Julian1-4/+4
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian1-3/+2
2020-05-13Made test-running parallel again.Eduardo Julian1-43/+46
2019-10-17Ported JVM common extension generation to the new JVM bytecode machinery.Eduardo Julian1-2/+1
2019-10-17Ported JVM pattern-matching & loop generation to the new JVM bytecode machinery.Eduardo Julian1-2/+2
2019-10-16Ported JVM function generation to the new JVM bytecode machinery.Eduardo Julian1-1/+1
2019-10-16Small refactoringEduardo Julian1-1/+1
2019-10-15Compiler extensions have been tested to work.Eduardo Julian1-3/+6
2019-10-14The new compiler can compile & run the stdlib's test suite.Eduardo Julian1-47/+57
2019-09-15Implemented mixin-style function composition.Eduardo Julian1-4/+6
2019-09-07Re-named "lux/control/contract" to "lux/control/function/contract".Eduardo Julian1-1/+2
2019-09-07Renamed "Statement" to "Directive".Eduardo Julian1-1/+1
2019-07-26No more "n/"-prefixed functions.Eduardo Julian1-26/+27
2019-07-25No more "i/"-prefixed functions.Eduardo Julian1-8/+8
2019-07-24No more "r/"-prefixed functions.Eduardo Julian1-37/+38
2019-07-24No more "f/"-prefixed functions.Eduardo Julian1-15/+21
2019-06-20Improved the convention for using text formatters.Eduardo Julian1-3/+3
2019-05-01The Common Lisp compiler is alive.Eduardo Julian1-0/+3
2019-04-27Moved the modules under "lux/host/" to now be under "lux/target/".Eduardo Julian1-4/+5
2019-04-24WIP: PHP compiler.Eduardo Julian1-0/+3