aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some small refactoring.Eduardo Julian2020-10-255-105/+128
|
* Some improvements to the Lux syntax parser.Eduardo Julian2020-10-2511-145/+275
|
* Changed type-parameters for Mixin types.Eduardo Julian2020-10-248-83/+220
|
* Re-named some list functions.Eduardo Julian2020-10-2416-176/+457
|
* Re-named "search" to "one" and "search-all" to "all".Eduardo Julian2020-10-249-136/+245
|
* Re-named "to-text" functions to "format".Eduardo Julian2020-10-156-68/+175
|
* Gave the Location type its own module.Eduardo Julian2020-10-147-111/+233
|
* Type-checking macros via the Macro' type from the standard library.Eduardo Julian2020-10-126-106/+301
|
* Tweaked how I64 masks are made.Eduardo Julian2020-10-126-35/+211
|
* Mandatory long names for JVM imports, instead of having "long" be optional ↵Eduardo Julian2020-10-098-70/+143
| | | | and short be default.
* Also using BIPUSH and SIPUSH during JVM generation.Eduardo Julian2020-10-098-172/+450
|
* Optimized generation of I64, F64 and variants on JVM.Eduardo Julian2020-10-072-42/+54
|
* Re-named "Cursor" type to "Location".Eduardo Julian2020-10-077-103/+112
|
* Test imports for circular dependencies.Eduardo Julian2020-10-074-324/+556
|
* Test to make sure modules cannot import themselves.Eduardo Julian2020-10-042-83/+183
|
* Gave Aedifex support for multiple profiles.Eduardo Julian2020-10-032-50/+117
|
* Added deployment code to Aedifex.Eduardo Julian2020-10-034-21/+22
|
* Changed the format of project descriptor files.Eduardo Julian2020-09-166-16/+303
|
* Test programs + auti build/test.Eduardo Julian2020-08-295-24/+216
|
* Build programs.Eduardo Julian2020-08-285-28/+106
|
* Download and catch dependencies in Aedifex.Eduardo Julian2020-08-266-27/+164
|
* Calculate SHA-1 and MD5 hashes.Eduardo Julian2020-08-184-66/+186
|
* Add local repo installation to Aedifex.Eduardo Julian2020-08-175-48/+133
|
* Aedifex can generate POM files.Eduardo Julian2020-08-124-49/+279
|
* WIP: New build-tool named Aedifex (can read project descriptions).Eduardo Julian2020-08-1210-581/+862
|
* Improved naming when evaluating code on the host platform.Eduardo Julian2020-08-103-3/+51
|
* Allow "#io" outputs for JS imports.Eduardo Julian2020-08-0910-39/+213
|
* "abstract:" macro now takes annotations after representation type.Eduardo Julian2020-08-094-15/+211
|
* No longer inline the object literal for variants.Eduardo Julian2020-08-093-17/+214
|
* Some fixes.Eduardo Julian2020-08-071-1/+1
|
* Can get the JS(JS) compiler to compile.Eduardo Julian2020-07-241-4/+6
|
* Mo' fixes, less problems.Eduardo Julian2020-07-142-28/+92
|
* Got the JS compiler code to build again.Eduardo Julian2020-07-051-150/+136
|
* Now using the new syntax for variants (even though they still work the old ↵Eduardo Julian2020-07-024-33/+34
| | | | way... for now)
* Moved all spec(ifications) from under "test/" to under "spec/".Eduardo Julian2020-07-0164-348/+83
|
* WIP: Leiningen integration with the new JVM compiler.Eduardo Julian2020-07-012-2/+5
|
* The "for" macro can now work directly with definitions. No text literals ↵Eduardo Julian2020-06-283-442/+462
| | | | necessary.
* Last bug fixes to get the new JVM compiler to fully process the standard ↵Eduardo Julian2020-06-245-496/+648
| | | | library and its tests.
* Bug fixes.Eduardo Julian2020-06-231-150/+395
|
* Optimizing-away unnecessary variable declarations/bindings.Eduardo Julian2020-06-124-1/+501
|
* Updated test for function optimization.Eduardo Julian2020-06-113-151/+584
|
* Basic pattern-matching optimizations.Eduardo Julian2020-06-093-37/+357
|
* Now applying the loop optimization to all functions.Eduardo Julian2020-06-032-60/+66
|
* Properly implemented and enabled loop optimization.Eduardo Julian2020-06-034-1/+657
|
* Implemented an optimization for getting fields/slots from records in the new ↵Eduardo Julian2020-06-015-61/+287
| | | | compiler.
* Re-enabled lux/tool tests.Eduardo Julian2020-05-3118-178/+402
|
* Can now import previously exported libraries.Eduardo Julian2020-05-293-51/+140
|
* Can now export Lux code as library TAR files.Eduardo Julian2020-05-285-83/+123
|
* Can now parse TAR files.Eduardo Julian2020-05-286-7/+470
|
* Can now write TAR files.Eduardo Julian2020-05-195-2/+91
|