aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark/user_interface (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-25Added support for saturation arithmetic.Eduardo Julian1-0/+4
2022-11-23New arithmetic abstraction + common file extensions as constants.Eduardo Julian1-0/+1
2022-11-20Fixed a bug when optimization record access.Eduardo Julian1-0/+1
2022-11-18Updated the Python compiler to work with the new format for extensions.Eduardo Julian3-2/+11
2022-08-14Documentation changes for v0.7.0Eduardo Julian1-0/+1
2022-07-30Extracted test-tallying machinery into its own module.Eduardo Julian1-0/+5
2022-07-26Made inlined functions into first-class macros.Eduardo Julian1-0/+2
2022-07-07Added support for defining custom/closed macro systems.Eduardo Julian1-0/+2
2022-06-30Better naming for measure/quantity types.Eduardo Julian2-0/+6
2022-06-29Better syntax for getting/setting fields when defining JVM classes.Eduardo Julian3-4/+8
2022-06-25De-sigil-ification: suffix : [Part 15]Eduardo Julian4-1/+15
2022-06-24Generalized machinery for context-aware macros.Eduardo Julian1-1/+3
2022-06-15De-sigil-ification: suffix : [Part 11]Eduardo Julian1-0/+1
2022-06-14Better syntax for invoking super methods inside overriden methods.Eduardo Julian3-0/+9
2022-06-06Added extensions to JS interop for working with "undefined" values.Eduardo Julian1-0/+4
2022-04-08De-sigil-ification: $Eduardo Julian1-0/+4
2022-04-06More efficient binary formatting.Eduardo Julian1-0/+4
2022-03-30Re-named "as_is" to "these" to avoid confusion with the new type-annotation m...Eduardo Julian1-0/+1
2022-03-14Can now add type-vars to imported procedures from scripting languages.Eduardo Julian2-5/+8
2022-03-11Added an easy way to export Lux functionality to host programs (everywhere el...Eduardo Julian1-13/+13
2021-12-24Dusting off the pure-Lux JVM compiler machinery.Eduardo Julian3-3/+12
2021-10-22FIXED analysis extensions got reset and new ones would be unavailable.Eduardo Julian1-0/+4
2021-08-19Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian1-0/+4
2021-08-08No more #export magic syntax.Eduardo Julian2-0/+8
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian1-0/+2
2021-07-17Now allowing compilers to generate custom-named outputs.Eduardo Julian1-0/+1
2021-07-15Re-named "spec" hierarchy to "specification".Eduardo Julian1-0/+1
2021-07-10Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2-0/+5
2021-07-06Simplified the API for file-system operations.Eduardo Julian2-0/+2
2021-06-24Added a macro for type-casting JVM objects.Eduardo Julian2-0/+8
2021-03-14Frustrated with PHP's overflow/underflow logic.Eduardo Julian1-0/+1
2021-02-04Updates for Lua compiler.Eduardo Julian1-0/+31