aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-25Some small refactoring.Eduardo Julian5-105/+128
2020-10-25Some improvements to the Lux syntax parser.Eduardo Julian11-145/+275
2020-10-24Changed type-parameters for Mixin types.Eduardo Julian8-83/+220
2020-10-24Re-named some list functions.Eduardo Julian16-176/+457
2020-10-24Re-named "search" to "one" and "search-all" to "all".Eduardo Julian9-136/+245
2020-10-15Re-named "to-text" functions to "format".Eduardo Julian6-68/+175
2020-10-14Gave the Location type its own module.Eduardo Julian7-111/+233
2020-10-12Type-checking macros via the Macro' type from the standard library.Eduardo Julian6-106/+301
2020-10-12Tweaked how I64 masks are made.Eduardo Julian6-35/+211
2020-10-09Mandatory long names for JVM imports, instead of having "long" be optional an...Eduardo Julian8-70/+143
2020-10-09Also using BIPUSH and SIPUSH during JVM generation.Eduardo Julian8-172/+450
2020-10-07Optimized generation of I64, F64 and variants on JVM.Eduardo Julian2-42/+54
2020-10-07Re-named "Cursor" type to "Location".Eduardo Julian7-103/+112
2020-10-07Test imports for circular dependencies.Eduardo Julian4-324/+556
2020-10-04Test to make sure modules cannot import themselves.Eduardo Julian2-83/+183
2020-10-03Gave Aedifex support for multiple profiles.Eduardo Julian2-50/+117
2020-10-03Added deployment code to Aedifex.Eduardo Julian4-21/+22
2020-09-16Changed the format of project descriptor files.Eduardo Julian6-16/+303
2020-08-29Test programs + auti build/test.Eduardo Julian5-24/+216
2020-08-28Build programs.Eduardo Julian5-28/+106
2020-08-26Download and catch dependencies in Aedifex.Eduardo Julian6-27/+164
2020-08-18Calculate SHA-1 and MD5 hashes.Eduardo Julian4-66/+186
2020-08-17Add local repo installation to Aedifex.Eduardo Julian5-48/+133
2020-08-12Aedifex can generate POM files.Eduardo Julian4-49/+279
2020-08-12WIP: New build-tool named Aedifex (can read project descriptions).Eduardo Julian10-581/+862
2020-08-10Improved naming when evaluating code on the host platform.Eduardo Julian3-3/+51
2020-08-09Allow "#io" outputs for JS imports.Eduardo Julian10-39/+213
2020-08-09"abstract:" macro now takes annotations after representation type.Eduardo Julian4-15/+211
2020-08-09No longer inline the object literal for variants.Eduardo Julian3-17/+214
2020-08-07Some fixes.Eduardo Julian1-1/+1
2020-07-24Can get the JS(JS) compiler to compile.Eduardo Julian1-4/+6
2020-07-14Mo' fixes, less problems.Eduardo Julian2-28/+92
2020-07-05Got the JS compiler code to build again.Eduardo Julian1-150/+136
2020-07-02Now using the new syntax for variants (even though they still work the old wa...Eduardo Julian4-33/+34
2020-07-01Moved all spec(ifications) from under "test/" to under "spec/".Eduardo Julian64-348/+83
2020-07-01WIP: Leiningen integration with the new JVM compiler.Eduardo Julian2-2/+5
2020-06-28The "for" macro can now work directly with definitions. No text literals nece...Eduardo Julian3-442/+462
2020-06-24Last bug fixes to get the new JVM compiler to fully process the standard libr...Eduardo Julian5-496/+648
2020-06-23Bug fixes.Eduardo Julian1-150/+395
2020-06-12Optimizing-away unnecessary variable declarations/bindings.Eduardo Julian4-1/+501
2020-06-11Updated test for function optimization.Eduardo Julian3-151/+584
2020-06-09Basic pattern-matching optimizations.Eduardo Julian3-37/+357
2020-06-03Now applying the loop optimization to all functions.Eduardo Julian2-60/+66
2020-06-03Properly implemented and enabled loop optimization.Eduardo Julian4-1/+657
2020-06-01Implemented an optimization for getting fields/slots from records in the new ...Eduardo Julian5-61/+287
2020-05-31Re-enabled lux/tool tests.Eduardo Julian18-178/+402
2020-05-29Can now import previously exported libraries.Eduardo Julian3-51/+140
2020-05-28Can now export Lux code as library TAR files.Eduardo Julian5-83/+123
2020-05-28Can now parse TAR files.Eduardo Julian6-7/+470
2020-05-19Can now write TAR files.Eduardo Julian5-2/+91