aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/meta/target (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-08Moved compiler target machinery under meta/compiler.Eduardo Julian47-10058/+0
2023-01-07Now wrapping C++ values inside a universal box.Eduardo Julian3-56/+293
2023-01-05Compilation of simple literals in C++.Eduardo Julian2-13/+127
2022-12-22Now showing stack-traces for runtime exceptions in Ruby.Eduardo Julian1-1/+2
2022-12-02Added some simple time-series handling machinery.Eduardo Julian25-53/+53
2022-11-21Added index section to documentation + re-named Primitive -> NominalEduardo Julian30-98/+98
2022-11-15Added LineNumberTable annotations to functions when compiling for the JVM.Eduardo Julian4-17/+148
2022-11-11Added SourceFile annotations to functions when compiling for the JVM.Eduardo Julian2-14/+37
2022-10-24Minor naming & syntax improvements.Eduardo Julian26-80/+80
2022-10-22New (optional) names for Frac type + fixed module of CSP concurrency.Eduardo Julian2-2/+2
2022-10-20Migrating default extensions to the new format [Part 3]Eduardo Julian2-4/+3
2022-10-02New format for extensions [part 3]Eduardo Julian6-6/+6
2022-09-02Made labels (tags & slots) into normal definitions.Eduardo Julian4-4/+4
2022-08-17Proper testing for debug.log!Eduardo Julian1-2/+2
2022-08-11Improved exception-definition macro.Eduardo Julian7-55/+56
2022-08-11Re-named the "case" macro to "when".Eduardo Julian21-108/+108
2022-07-28Now statically resolving values from globals in pattern-matching.Eduardo Julian1-1/+1
2022-07-10Removed the need for ,! unquoting.Eduardo Julian1-11/+11
2022-07-06Made exception.report a function.Eduardo Julian7-45/+45
2022-07-03Re-named "do_to" to "to".Eduardo Julian1-5/+5
2022-07-03Moved "lux/target" to "lux/meta/target".Eduardo Julian45-0/+9552