aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-29Add serialization docsBruce Hill
2024-11-29Add serialization test caseBruce Hill
2024-11-29Make Int serialization more compactBruce Hill
2024-11-29Bugfix for enum tagsBruce Hill
2024-11-29Add serialization and deserializationBruce Hill
2024-11-29Change how types handle metamethodsBruce Hill
2024-11-28Support promoting values to readonly viewsBruce Hill
2024-11-26Tweak docsBruce Hill
2024-11-26Add some examples to the repoBruce Hill
2024-11-26Better automatic promotion for function argsBruce Hill
2024-11-26More permissive parsing for spaces between binopsBruce Hill
2024-11-26Document integer divisionBruce Hill
2024-11-26Permit spaces before indexesBruce Hill
2024-11-25Fix for empty constructorsBruce Hill
2024-11-25Tweaks to NONE parsing and testsBruce Hill
2024-11-25Add NaN documentationBruce Hill
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