aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-04-21Better imports for typesBruce Hill
2024-04-19Add heapify(), heap_push(), and heap_pop()Bruce Hill
2024-04-13Change table syntax to {key:value} instead of {key=>value}Bruce Hill
2024-04-12Introducing the main() functionBruce Hill
2024-04-10Add corecursive func testBruce Hill
2024-04-02Add test for array:sample()Bruce Hill
2024-04-02Add array:sorted()Bruce Hill
2024-04-02Add comparison operator <> and array method to sort by a customBruce Hill
2024-03-26Add array:reversed()Bruce Hill
2024-03-24Implement 'extern' functionalityBruce Hill
2024-03-17Clean up codegen for empty tagged dataBruce Hill
2024-03-17Empty enums use a singleton instead of a constructorBruce Hill
2024-03-17Update testBruce Hill
2024-03-17Add tests for nested comprehensionsBruce Hill
2024-03-17Improve comprehensions for both arrays and tablesBruce Hill
2024-03-17Add conditional loop comprehensionBruce Hill
2024-03-17More array testsBruce Hill
2024-03-14Bugfix for loopingBruce Hill
2024-03-09Add test for secret structsBruce Hill
2024-03-09Add lang testsBruce Hill
2024-03-09Add langs to the languageBruce Hill
2024-03-09Add function/caching testBruce Hill
2024-03-09Extra lambda testBruce Hill
2024-03-09Implement lambdas and closuresBruce Hill
2024-03-09Tweaking testsBruce Hill
2024-03-09Lambda fixes/improvementsBruce Hill
2024-03-09Simple lambda testBruce Hill
2024-03-07Tweaking array testsBruce Hill
2024-03-07More testsBruce Hill
2024-03-07Added testBruce Hill
2024-03-07Add num32 testBruce Hill
2024-03-05Fix default values for structsBruce 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 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-03Add some more testsBruce Hill
2024-03-03Num testsBruce Hill
2024-03-03Add Num.near() functionBruce Hill
2024-03-03Num methodsBruce Hill
2024-03-03Fix testBruce Hill
2024-03-03Definitively go with "Int" and "Num" over "Int64" and "Num64", plus addBruce Hill
2024-02-25Add test for table iterationBruce Hill
2024-02-25Add tests for '#' on collectionsBruce Hill
2024-02-25Table field access for .keys, .values, .default, .fallbackBruce Hill
2024-02-24Rename file extensionsBruce Hill