aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed packaging issue.Eduardo Julian2021-10-0942-424/+489
|
* Added link to Aedifex to "Chapter 1: Getting started".Eduardo Julian2021-10-011-1/+1
|
* Commercial licensing option for Lux + release versions for sub-projects.Eduardo Julian2021-10-0126-89/+145
|
* Updates and fixes for the book.Eduardo Julian2021-09-2031-1094/+1228
|
* Added STDLIB documentation for the different target platforms.Eduardo Julian2021-09-1931-378/+195483
|
* Handled the hiccup in Python compilation.Eduardo Julian2021-09-177-185/+192
|
* Adapted Lua, Python and Ruby compilers to the new variant format.Eduardo Julian2021-09-1622-286/+291
|
* Additional documentation for JVM types.Eduardo Julian2021-09-1619-30/+377
|
* "module:" => "using"Eduardo Julian2021-09-151012-1078/+1078
|
* "Row" => "Sequence"Eduardo Julian2021-09-1573-533/+525
|
* "Sequence" => "Stream"Eduardo Julian2021-09-158-71/+70
|
* Brought lux-mode's symbol syntax in-line with the compilers'.Eduardo Julian2021-09-151-15/+14
|
* Correctly analyzing records in the presence of local bindings.Eduardo Julian2021-09-1520-182/+243
|
* Got lux-mode/paredit-mode to treat the semi-colon (;) like a normal ↵Eduardo Julian2021-09-141-2/+7
| | | | character. [Part 2]
* Got lux-mode/paredit-mode to treat the semi-colon (;) like a normal character.Eduardo Julian2021-09-141-1/+10
|
* Re-named "recur" to "again".Eduardo Julian2021-09-14147-590/+590
|
* Better list pairing.Eduardo Julian2021-09-147-129/+175
|
* Re-named "Identifier" to "Symbol".Eduardo Julian2021-09-14144-1161/+1146
|
* No more "^slots".Eduardo Julian2021-09-1431-202/+154
|
* Re-named "name_of" to "symbol".Eduardo Julian2021-09-1447-104/+104
|
* Re-named "Name" to "Symbol".Eduardo Julian2021-09-14102-548/+569
|
* Re-named "primitive" to "Primitive".Eduardo Julian2021-09-1343-141/+142
|
* Updated new compilers w.r.t. removal of tags/labels.Eduardo Julian2021-09-1322-392/+159
|
* Re-named #Label to #Tag.Eduardo Julian2021-09-139-24/+24
|
* Updated only/except import syntax to take into account record => variant ↵Eduardo Julian2021-09-131004-5420/+5421
| | | | syntax change.
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-12617-6753/+6771
|
* Made the "#" character great again!Eduardo Julian2021-09-12549-10282/+10126
|
* Adjusted new compilers to work with the new variant syntax.Eduardo Julian2021-09-1010-55/+83
|
* Undid the foolish re-design of "abstract:" and "actor:".Eduardo Julian2021-09-1090-10884/+10885
|
* Fixed the indentation of variants.Eduardo Julian2021-09-1048-711/+712
|
* Migrated variants to the new syntax.Eduardo Julian2021-09-10472-7852/+7824
|
* The old record syntax has been re-purposed as variant syntax.Eduardo Julian2021-09-0929-771/+363
|
* De-bracing | part 2Eduardo Julian2021-09-0867-432/+415
|
* De-bracing | part 1Eduardo Julian2021-09-0827-131/+143
|
* De-bracing part 0Eduardo Julian2021-09-0816-240/+235
|
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-08101-299/+413
|
* Post annotations clean-up.Eduardo Julian2021-09-0814-210/+28
|
* No more annotations.Eduardo Julian2021-09-0833-775/+304
|
* Normalized the syntax of "abstract:" and "actor:".Eduardo Julian2021-09-0890-11161/+10931
|
* No more module annotations.Eduardo Julian2021-09-0812-120/+25
|
* Now using eval to derive code for arbitrary types.Eduardo Julian2021-09-0811-580/+51
|
* Eliminated the last application of annotations.Eduardo Julian2021-09-074-59/+45
|
* De-taggification | part 4Eduardo Julian2021-09-07975-9153/+9157
|
* New chapter on compiler extensions.Eduardo Julian2021-09-0623-14/+1121
|
* Applied new convention for variants.Eduardo Julian2021-09-0611-150/+147
|
* Documentation improvements.Eduardo Julian2021-09-0610-77/+119
|
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-05333-966/+966
|
* Added a chapter on cross-platform Lux.Eduardo Julian2021-09-0525-155/+402
|
* Clearing the local scope during eval analysis to avoid accidentally seeing ↵Eduardo Julian2021-09-057-26/+53
| | | | variables outside of eval's scope.
* De-taggification | part 3Eduardo Julian2021-09-056-168/+135
|