aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-25Improve handling of update assignmentsBruce Hill
2024-11-25Perform NONE-checking on /= and *= operations for numsBruce Hill
2024-11-25Micro-optimizations for division and modulusBruce Hill
2024-11-24Cleaner None-handlingBruce Hill
2024-11-24Better handling for NULL optional typesBruce Hill
2024-11-24Clean up some more null->none renames and fix the documentation. AlsoBruce Hill
2024-11-24Rename "NULL" to "NONE"Bruce Hill
2024-11-24Switch `NaN` to be identical to the null valueBruce Hill
2024-11-24Add clarificationBruce Hill
2024-11-23Fix ordering of Nums that have NaNsBruce Hill
2024-11-21Add `NULL` as a syntax for null values.Bruce Hill
2024-11-19Tweak behavior for printing recursive structuresBruce Hill
2024-11-19Go back to stringifying integers/num32s/bytes without the typeBruce Hill
2024-11-19Rename `Text.utf8_bytes` back to `Text.bytes`Bruce Hill
2024-11-19Add Text.at(i) for getting a single clusterBruce Hill
2024-11-19Document Text.slice()Bruce Hill
2024-11-17Be more permissive around indentation between infix operatorsBruce Hill
2024-11-17Update READMEBruce Hill
2024-11-17Update docsBruce Hill
2024-11-17Rename datetime -> momentBruce Hill
2024-11-17Tweak hash functionBruce Hill
2024-11-17Add 'unless' as an alias for 'if not'Bruce Hill
2024-11-12Fix up recursive pointer text representationBruce Hill
2024-11-12Fixes for 'if' blocks with nested 'else if' that declare variablesBruce Hill
2024-11-09Bugfix for pointer iterationsBruce Hill
2024-11-09Support iterating over pointers to collections againBruce Hill
2024-11-09Make the compiler stricter about not promoting local value variables toBruce Hill
2024-11-09Bugfix integer literal demotion in assignment statementsBruce Hill
2024-11-09Bugfix for fixed-size integer rangesBruce Hill
2024-11-09Introduce a `Match` struct to represent pattern matching results, whichBruce Hill
2024-11-09Rename `from_text()` to `parse()`Bruce Hill
2024-11-08Improve reductions so they work better nested and also have bespoke codeBruce Hill
2024-11-07Bugfix for parsing empty method call namesBruce Hill
2024-11-07Fix up some stuff with boolean operators and reductionsBruce Hill
2024-11-05Add byte hex testsBruce Hill
2024-11-05Add Byte.hex()Bruce Hill
2024-11-05Fix up old-style reducersBruce Hill
2024-11-05Deprecate bit-width integer/num literals in favor of using typeBruce Hill
2024-11-04Be much more permissive about using integer literals for fixed-size intsBruce Hill
2024-11-04Minor code cleanupBruce Hill
2024-11-04Fix for blocking readsBruce Hill
2024-11-04Add base64 libBruce Hill
2024-11-04Fix for optional langsBruce Hill
2024-11-04Update text API to use optional returns when applicableBruce Hill
2024-11-04Add some missing functionality for BytesBruce Hill
2024-11-03RNG seed should be non-optionalBruce Hill
2024-11-03Fix up test to use RNGsBruce Hill
2024-11-03Add RNGs to the languageBruce Hill
2024-11-03Update Path:read_bytes() API to take a byte countBruce Hill
2024-11-03Fix per-thread RNGBruce Hill