aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* "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 character...Eduardo Julian2021-09-141-2/+7
* 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 synt...Eduardo Julian2021-09-131004-5420/+5421
* 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 va...Eduardo Julian2021-09-057-26/+53
* De-taggification | part 3Eduardo Julian2021-09-056-168/+135
* Handled formatting issues in documentation.Eduardo Julian2021-09-0534-356/+221
* Appendix H: AedifexEduardo Julian2021-09-045-15/+295
* Better type-declaration documentation.Eduardo Julian2021-09-045-33/+45
* De-taggification | part 2Eduardo Julian2021-09-041014-6764/+6764
* Unified tuple and record syntax.Eduardo Julian2021-09-03213-1747/+1869
* De-taggification | part 1Eduardo Julian2021-09-0137-202/+225
* Updates to the JS compiler.Eduardo Julian2021-09-0119-273/+297
* Better tagged type documentation + lexer fix.Eduardo Julian2021-08-305-22/+31
* De-taggification | part 0Eduardo Julian2021-08-2967-36924/+578