aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/tool/compiler/language/lux/syntax.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-15"module:" => "using"Eduardo Julian1-1/+1
2021-09-14Re-named "Identifier" to "Symbol".Eduardo Julian1-1/+1
2021-09-14Re-named "name_of" to "symbol".Eduardo Julian1-1/+1
2021-09-14Re-named "Name" to "Symbol".Eduardo Julian1-9/+9
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian1-5/+5
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian1-21/+21
2021-09-12Made the "#" character great again!Eduardo Julian1-8/+8
2021-09-10Migrated variants to the new syntax.Eduardo Julian1-8/+8
2021-09-07De-taggification | part 4Eduardo Julian1-9/+9
2021-09-05Changed the syntax of do/be's (co)monad bindings.Eduardo Julian1-2/+2
2021-09-04De-taggification | part 2Eduardo Julian1-6/+6
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian1-16/+16
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian1-1/+1
2021-08-08No more #export magic syntax.Eduardo Julian1-1/+1
2021-08-01Even more renamings.Eduardo Julian1-4/+4
2021-07-28Re-named List's tags: Nil => End && Cons => ItemEduardo Julian1-23/+23
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian1-1/+1
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian1-1/+1
2021-07-12Better syntax for parallel-hierarchy imports.Eduardo Julian1-2/+2
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-5/+5
2020-11-27Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian1-16/+16
2020-11-01Improved the design of actors.Eduardo Julian1-4/+4
2020-10-14Gave the Location type its own module.Eduardo Julian1-4/+6
2020-10-07Re-named "Cursor" type to "Location".Eduardo Julian1-9/+3
2020-05-31Re-enabled lux/tool tests.Eduardo Julian1-1/+1
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian1-2/+2
2019-07-26No more "n/"-prefixed functions.Eduardo Julian1-7/+9
2019-07-02Re-name "lux/data/error" to "lux/control/try".Eduardo Julian1-1/+1
2019-06-20Improved the convention for using text formatters.Eduardo Julian1-4/+4
2019-05-28Applied several tweaks to make the code easier to process by the new compiler.Eduardo Julian1-8/+8
2019-04-19Moved the text lexers under "lux/control/parser/".Eduardo Julian1-2/+4
2019-04-14Ported the analysis tests to the new format.Eduardo Julian1-18/+12
2019-04-13Started porting tests for "lux/tool".Eduardo Julian1-0/+152