aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-20Fixed a bug when optimization record access.Eduardo Julian60-359/+562
2022-11-19Got the tests to compile again for Python.Eduardo Julian10-435/+469
2022-11-18Updated the Python compiler to work with the new format for extensions.Eduardo Julian19-354/+394
2022-11-16Added generic logging abstraction/machinery.Eduardo Julian14-59/+511
2022-11-15Now documenting dependers and dependees.Eduardo Julian180-1483/+1873
2022-11-15Added LineNumberTable annotations to functions when compiling for the JVM.Eduardo Julian40-977/+1256
2022-11-11Added SourceFile annotations to functions when compiling for the JVM.Eduardo Julian10-269/+294
2022-11-07Can now mark definitions as deprecated in their documentation.Eduardo Julian137-2244/+2596
2022-11-07Added support for inline testing.Eduardo Julian19-76/+444
2022-11-06More efficient code-generation for text composition.Eduardo Julian32-385/+678
2022-11-05Property-based testing can now log/print successful seeds from run.Eduardo Julian23-184/+462
2022-10-28Eliminated the .alias# extension. Now detecting aliases in .def#.Eduardo Julian36-324/+609
2022-10-27Added support for aspect-oriented programming.Eduardo Julian19-246/+836
2022-10-24Minor naming & syntax improvements.Eduardo Julian192-748/+914
2022-10-24New module just for the Char type + fixes to JSON parsing.Eduardo Julian20-208/+592
2022-10-24Added the capacity to re-bind global definitions within a scope.Eduardo Julian11-91/+497
2022-10-23New Delay type with associated constants + compile-time warning for undefined...Eduardo Julian12-32/+137
2022-10-22New (optional) names for Frac type + fixed module of CSP concurrency.Eduardo Julian19-56/+183
2022-10-22Clean-up after format change for extensions [part 3]Eduardo Julian34-1029/+1023
2022-10-21Clean-up after format change for extensions [part 2]Eduardo Julian43-721/+565
2022-10-21Clean-up after format change for extensions [part 1]Eduardo Julian14-260/+145
2022-10-21Clean-up after format change for extensions [part 0]Eduardo Julian11-242/+180
2022-10-20Migrating default extensions to the new format [Part 3]Eduardo Julian17-783/+791
2022-10-19Migrating default extensions to the new format [Part 2]Eduardo Julian67-1988/+1978
2022-10-03Migrating default extensions to the new format [Part 1]Eduardo Julian15-1131/+1194
2022-10-03Migrating default extensions to the new format [Part 0]Eduardo Julian14-282/+450
2022-10-02New format for extensions [part 4]Eduardo Julian18-125/+181
2022-10-02New format for extensions [part 3]Eduardo Julian24-263/+215
2022-10-01New format for extensions [part 2]Eduardo Julian32-298/+313
2022-10-01New format for extensions [part 1]Eduardo Julian35-217/+275
2022-10-01New format for extensions [part 0]Eduardo Julian18-268/+379
2022-09-03Added support for context-oriented programming.Eduardo Julian13-167/+623
2022-09-02Made labels (tags & slots) into normal definitions.Eduardo Julian47-1009/+1181
2022-08-31Added support for row polymorphism.Eduardo Julian7-5/+450
2022-08-30Got rid of the superfluous "lux macro" extension.Eduardo Julian25-288/+344
2022-08-30Added support for predicate-based polymorphism.Eduardo Julian9-51/+400
2022-08-26Added support for behavioral programming.Eduardo Julian9-11/+168
2022-08-25Added support for type-based polymorphism.Eduardo Julian6-6/+175
2022-08-25Added support for structured concurrency.Eduardo Julian6-9/+589
2022-08-23Added function trampolines.Eduardo Julian7-14/+186
2022-08-22Added support for the agent model.Eduardo Julian5-7/+183
2022-08-19Added support for time-zoned time.Eduardo Julian7-7/+377
2022-08-19Added support for incremental computation.Eduardo Julian5-4/+278
2022-08-19Added functions with named parameters.Eduardo Julian9-22/+297
2022-08-18Added support for Communicating Sequential Processes (CSP).Eduardo Julian5-1271/+1463
2022-08-18Added variadic functions.Eduardo Julian7-12/+406
2022-08-18Added support for event-loop concurrency.Eduardo Julian12-1326/+1545
2022-08-17Less needless re-compilation in the caching system.Eduardo Julian10-322/+300
2022-08-17Made the compiler's caching system sensitive to the build configuration.Eduardo Julian13-91/+121
2022-08-17Proper testing for debug.log!Eduardo Julian17-243/+418