aboutsummaryrefslogtreecommitdiff
path: root/stdlib (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-02Allow defining anonymous actors.Eduardo Julian43-485/+728
2020-11-01Improved the design of actors.Eduardo Julian34-747/+840
2020-10-31Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian79-470/+643
2020-10-31Easy to use Rev constants.Eduardo Julian86-649/+829
2020-10-25Some small refactoring.Eduardo Julian19-226/+251
2020-10-25Some improvements to the Lux syntax parser.Eduardo Julian48-436/+613
2020-10-24Changed type-parameters for Mixin types.Eduardo Julian15-141/+768
2020-10-24Re-named some list functions.Eduardo Julian63-301/+579
2020-10-24Re-named "search" to "one" and "search-all" to "all".Eduardo Julian30-589/+761
2020-10-15Re-named "to-text" functions to "format".Eduardo Julian20-180/+383
2020-10-14Gave the Location type its own module.Eduardo Julian31-323/+557
2020-10-12Type-checking macros via the Macro' type from the standard library.Eduardo Julian20-165/+415
2020-10-12Tweaked how I64 masks are made.Eduardo Julian8-72/+268
2020-10-09Mandatory long names for JVM imports, instead of having "long" be optional an...Eduardo Julian46-852/+660
2020-10-09Also using BIPUSH and SIPUSH during JVM generation.Eduardo Julian20-254/+607
2020-10-07Optimized generation of I64, F64 and variants on JVM.Eduardo Julian21-139/+266
2020-10-07Re-named "Cursor" type to "Location".Eduardo Julian29-391/+405
2020-10-07Test imports for circular dependencies.Eduardo Julian17-430/+1111
2020-10-04Test to make sure modules cannot import themselves.Eduardo Julian8-286/+508
2020-10-03Gave Aedifex support for multiple profiles.Eduardo Julian19-409/+802
2020-10-03Added deployment code to Aedifex.Eduardo Julian19-448/+913
2020-09-16Changed the format of project descriptor files.Eduardo Julian52-401/+760
2020-08-29Test programs + auti build/test.Eduardo Julian18-171/+578
2020-08-28Build programs.Eduardo Julian15-84/+468
2020-08-26Download and catch dependencies in Aedifex.Eduardo Julian28-170/+831
2020-08-18Calculate SHA-1 and MD5 hashes.Eduardo Julian9-71/+220
2020-08-17Add local repo installation to Aedifex.Eduardo Julian16-113/+348
2020-08-12Aedifex can generate POM files.Eduardo Julian7-51/+404
2020-08-12WIP: New build-tool named Aedifex (can read project descriptions).Eduardo Julian20-1088/+1751
2020-08-10Improved naming when evaluating code on the host platform.Eduardo Julian37-238/+542
2020-08-09Allow "#io" outputs for JS imports.Eduardo Julian29-349/+568
2020-08-09"abstract:" macro now takes annotations after representation type.Eduardo Julian78-460/+543
2020-08-09No longer inline the object literal for variants.Eduardo Julian9-125/+346
2020-08-08Fixed the last set of bugs involved in JS compilation.Eduardo Julian2-30/+35
2020-08-07Some fixes.Eduardo Julian13-136/+238
2020-07-24Can get the JS(JS) compiler to compile.Eduardo Julian27-179/+262
2020-07-16Can get the JS compiler to compile its own source-code.Eduardo Julian6-69/+93
2020-07-14Mo' fixes, less problems.Eduardo Julian14-101/+264
2020-07-11Got the JS compiler to compile fully.Eduardo Julian8-170/+144
2020-07-10Fixes and improvements to JavaScript compilation.Eduardo Julian15-211/+329
2020-07-07Various bug fixes for JS compilation.Eduardo Julian5-203/+228
2020-07-05Got the JS compiler code to build again.Eduardo Julian12-575/+647
2020-07-02Now using the new syntax for variants (even though they still work the old wa...Eduardo Julian22-355/+402
2020-07-01Moved all spec(ifications) from under "test/" to under "spec/".Eduardo Julian74-348/+452
2020-07-01WIP: Leiningen integration with the new JVM compiler.Eduardo Julian4-12/+15
2020-06-29Added the missing cache invalidation to the new compiler.Eduardo Julian7-55/+157
2020-06-28The "for" macro can now work directly with definitions. No text literals nece...Eduardo Julian23-1347/+1386
2020-06-28Re-added & u[dated packaging machinery.Eduardo Julian13-383/+391
2020-06-24Last bug fixes to get the new JVM compiler to fully process the standard libr...Eduardo Julian12-519/+673
2020-06-23Bug fixes.Eduardo Julian10-373/+638