aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-08Array methodsBruce Hill
2024-03-08Array methodsBruce Hill
2024-03-08Rename Array_random -> Array__randomBruce Hill
2024-03-08Tweaks to memory printing and constnessBruce Hill
2024-03-08Tweak environment order of operations and resolutionsBruce Hill
2024-03-08Bugfix arraysBruce Hill
2024-03-08Remove dead codeBruce Hill
2024-03-08Remove spurious promotion between structsBruce Hill
2024-03-08Fix negative index issue and add array:random()Bruce Hill
2024-03-07Tweaking array testsBruce Hill
2024-03-07More testsBruce Hill
2024-03-07Use '$' for min/max variableBruce Hill
2024-03-07Support method calls for reductionsBruce Hill
2024-03-07Added testBruce Hill
2024-03-07Add num32 testBruce Hill
2024-03-07Just use mathlib symbols, don't redefine themBruce Hill
2024-03-07Add '-c' compiler flagBruce Hill
2024-03-06Add 'if x := var' conditionals for optional pointersBruce Hill
2024-03-06Support more variants of looping over integersBruce Hill
2024-03-06Fix namespace initializersBruce Hill
2024-03-06Fix up some array literal stuff with TCCBruce Hill
2024-03-06Fix array iteration by inliningBruce Hill
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