aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-05Fix up some min/max stuffBruce Hill
2024-03-05Fix default values for structsBruce Hill
2024-03-05Fix cyclic structs/enumsBruce Hill
2024-03-04Struct and enum methods and static membersBruce Hill
2024-03-04Fix some bugs relating to NUL termination of stringsBruce Hill
2024-03-03Add methods for text:clusters(), text:codepoints(), text:bytes()Bruce Hill
2024-03-03Unicode normalization for equality, hashing, tests, and printingBruce Hill
2024-03-03Rename string test to textBruce Hill
2024-03-03Rename as_str -> as_textBruce Hill
2024-03-03Rename Str -> TextBruce Hill
2024-03-03Fix endptr stuff in parserBruce Hill
2024-03-03Fix up unicode escapesBruce Hill
2024-03-03String testsBruce Hill
2024-03-03BugfixBruce Hill
2024-03-03Add some more testsBruce Hill
2024-03-03Num testsBruce Hill
2024-03-03Fix issue with unnamed args getting name flagBruce Hill
2024-03-03Add Num.near() functionBruce Hill
2024-03-03Num methodsBruce Hill
2024-03-03Tweaks and improvements to built-in functionsBruce Hill
2024-03-03Fix table literalsBruce Hill
2024-03-03Only put 'pragma once' in compiled header fileBruce Hill
2024-03-03Bugfix for module name parsingBruce Hill
2024-03-03Fix table literal issue for TCC compatibilityBruce Hill
2024-03-03Remove dup outputBruce Hill
2024-03-03Make load method be "use$name"Bruce Hill
2024-03-03Replace -ftrapv with -fsanitize=signed-integer-overflowBruce Hill
2024-03-03Clean up transpiling into separate .c/.h filesBruce Hill
2024-03-03Add different compilation modesBruce Hill
2024-03-03Wrap "&x" in parens to avoid ambiguityBruce Hill
2024-03-03Return correct exit statusBruce Hill
2024-03-03Make constructors actually functions for enumsBruce Hill
2024-03-03Cleanup/fixesBruce Hill
2024-03-03Fix testBruce Hill
2024-03-03Definitively go with "Int" and "Num" over "Int64" and "Num64", plus addBruce Hill
2024-03-03Initial pass at namespacingBruce Hill
2024-02-29First working method callsBruce Hill
2024-02-29Add type namespacesBruce Hill
2024-02-29Remove unnecessary codeBruce Hill
2024-02-29Flip COW bit when dereferencing pointersBruce Hill
2024-02-29Bump refcounts for .keys/.valuesBruce Hill
2024-02-29Fix const issueBruce Hill
2024-02-29Simplify/clean up table iteration codeBruce Hill
2024-02-29Fix up some import issues and improve arrays to use saturating refcountsBruce Hill
2024-02-27Const typeinfosBruce Hill
2024-02-27Pass typeinfosBruce Hill
2024-02-27Update docsBruce Hill
2024-02-27Stop using namespace typesBruce Hill
2024-02-27TweaksBruce Hill
2024-02-26Fix up some type namespace issuesBruce Hill