Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved "lux/macro" to "lux/meta/macro". | Eduardo Julian | 2022-07-02 | 11 | -737/+0 |
| | |||||
* | More traditional names for unquoting macros. | Eduardo Julian | 2022-07-02 | 3 | -7/+8 |
| | |||||
* | Moved "lux/macro/code" to "lux/meta/code". | Eduardo Julian | 2022-07-01 | 11 | -366/+53 |
| | |||||
* | Moved ".../dictionary/plist" to ".../list/property". | Eduardo Julian | 2022-06-30 | 1 | -5/+4 |
| | |||||
* | New "parser" hierarchy. [Part 4] | Eduardo Julian | 2022-06-26 | 10 | -39/+184 |
| | |||||
* | De-sigil-ification: suffix : [Part 15] | Eduardo Julian | 2022-06-25 | 1 | -1/+1 |
| | |||||
* | Generalized machinery for context-aware macros. | Eduardo Julian | 2022-06-24 | 1 | -0/+12 |
| | |||||
* | De-sigil-ification: suffix : [Part 14] | Eduardo Julian | 2022-06-16 | 11 | -19/+19 |
| | |||||
* | De-sigil-ification: suffix : [Part 13] | Eduardo Julian | 2022-06-16 | 11 | -33/+33 |
| | |||||
* | New "format" hierarchy. | Eduardo Julian | 2022-06-13 | 1 | -1/+1 |
| | |||||
* | Generalized macro-let. | Eduardo Julian | 2022-06-12 | 1 | -0/+37 |
| | |||||
* | De-sigil-ification: suffix : [Part 3] | Eduardo Julian | 2022-06-12 | 2 | -7/+8 |
| | |||||
* | De-sigil-ification: : [Part 2] | Eduardo Julian | 2022-06-11 | 3 | -44/+48 |
| | |||||
* | comonad/cofree => comonad/free | Eduardo Julian | 2022-06-04 | 1 | -1/+1 |
| | |||||
* | De-sigil-ification: # | Eduardo Julian | 2022-06-04 | 8 | -33/+33 |
| | |||||
* | Extensible import syntax [Part 6] | Eduardo Julian | 2022-06-04 | 6 | -8/+8 |
| | |||||
* | Extensible import syntax [Part 5] | Eduardo Julian | 2022-06-03 | 11 | -11/+11 |
| | |||||
* | Extensible import syntax [Part 4] | Eduardo Julian | 2022-06-03 | 6 | -11/+11 |
| | |||||
* | Extensible import syntax [Part 3] | Eduardo Julian | 2022-06-02 | 11 | -11/+11 |
| | |||||
* | Extensible import syntax: Part 1 | Eduardo Julian | 2022-06-01 | 11 | -35/+35 |
| | |||||
* | Better names for testing macros (plus better indentation). | Eduardo Julian | 2022-04-09 | 11 | -228/+228 |
| | |||||
* | Better names for random text/character generators. | Eduardo Julian | 2022-04-08 | 4 | -4/+4 |
| | |||||
* | De-sigil-ification: $ | Eduardo Julian | 2022-04-08 | 11 | -446/+446 |
| | |||||
* | Re-named "as_is" to "these" to avoid confusion with the new type-annotation ↵ | Eduardo Julian | 2022-03-30 | 1 | -24/+24 |
| | | | | macro names. | ||||
* | De-sigil-ification: ! | Eduardo Julian | 2022-03-17 | 1 | -1/+1 |
| | |||||
* | De-sigil-ification: prefix : | Eduardo Julian | 2022-03-16 | 4 | -16/+16 |
| | |||||
* | De-sigil-ification: ^ | Eduardo Julian | 2022-03-15 | 1 | -0/+98 |
| | |||||
* | De-sigil-ification: @ | Eduardo Julian | 2022-03-14 | 3 | -76/+76 |
| | |||||
* | ADDED Can pass config parameters to compiler and select code based on it. ↵ | Eduardo Julian | 2022-02-23 | 1 | -2/+3 |
| | | | | Can also select code based on compiler version. | ||||
* | Fixes for the pure-Lux JVM compiler machinery. [Part 12] | Eduardo Julian | 2022-01-30 | 1 | -31/+32 |
| | |||||
* | "module:" => "using" | Eduardo Julian | 2021-09-15 | 10 | -10/+10 |
| | |||||
* | Re-named "Identifier" to "Symbol". | Eduardo Julian | 2021-09-14 | 3 | -8/+8 |
| | |||||
* | Re-named "name_of" to "symbol". | Eduardo Julian | 2021-09-14 | 1 | -2/+2 |
| | |||||
* | Re-named "Name" to "Symbol". | Eduardo Julian | 2021-09-14 | 1 | -5/+5 |
| | |||||
* | Updated only/except import syntax to take into account record => variant ↵ | Eduardo Julian | 2021-09-13 | 10 | -32/+32 |
| | | | | syntax change. | ||||
* | Re-named \ => # && \\ => ## | Eduardo Julian | 2021-09-12 | 8 | -48/+48 |
| | |||||
* | Made the "#" character great again! | Eduardo Julian | 2021-09-12 | 8 | -82/+70 |
| | |||||
* | Migrated variants to the new syntax. | Eduardo Julian | 2021-09-10 | 8 | -36/+36 |
| | |||||
* | The old record syntax has been re-purposed as variant syntax. | Eduardo Julian | 2021-09-09 | 1 | -15/+4 |
| | |||||
* | Normalized syntax of "exception:", "actor:" and "message:". | Eduardo Julian | 2021-09-08 | 1 | -3/+5 |
| | |||||
* | Post annotations clean-up. | Eduardo Julian | 2021-09-08 | 3 | -59/+2 |
| | |||||
* | De-taggification | part 4 | Eduardo Julian | 2021-09-07 | 11 | -92/+92 |
| | |||||
* | Changed the syntax of do/be's (co)monad bindings. | Eduardo Julian | 2021-09-05 | 5 | -12/+12 |
| | |||||
* | De-taggification | part 2 | Eduardo Julian | 2021-09-04 | 11 | -53/+53 |
| | |||||
* | Unified tuple and record syntax. | Eduardo Julian | 2021-09-03 | 2 | -7/+7 |
| | |||||
* | Updates to the Ruby compiler. | Eduardo Julian | 2021-08-27 | 1 | -2/+2 |
| | |||||
* | Outsourced the syntax for labelled type definitions to macros. | Eduardo Julian | 2021-08-24 | 5 | -34/+34 |
| | |||||
* | Enabled compile-time code evaluation (i.e. "eval" function). | Eduardo Julian | 2021-08-19 | 1 | -2/+3 |
| | |||||
* | Some bug fixes. | Eduardo Julian | 2021-08-18 | 3 | -6/+6 |
| | |||||
* | Made extension-definition macros specify their bindings the same way as syntax:. | Eduardo Julian | 2021-08-16 | 4 | -251/+0 |
| |