aboutsummaryrefslogtreecommitdiff
path: root/builtins
AgeCommit message (Expand)Author
2024-03-26Add array:reversed()Bruce Hill
2024-03-26Improve codegen for table/array iteration by inlining the iterationBruce Hill
2024-03-24Bugfix for text replacementBruce Hill
2024-03-24Improve COW/etc handling for update assignmentsBruce Hill
2024-03-22Fix/improve assignment to arrays and tablesBruce Hill
2024-03-19Module importsBruce Hill
2024-03-18Improve codegen for enums by eliminating unnecessary methodsBruce Hill
2024-03-18More file commentsBruce Hill
2024-03-17Improve comprehensions for both arrays and tablesBruce Hill
2024-03-14Clean up codegen to not use macrosBruce Hill
2024-03-14Better codegen for negationBruce Hill
2024-03-14Remove some shadowed variablesBruce Hill
2024-03-14Array comprehensionsBruce Hill
2024-03-10Clean up doctesting for assignmentsBruce Hill
2024-03-10Rearranging some filesBruce Hill
2024-03-09Removing some dead codeBruce Hill
2024-03-09Minor cleanups to get compilation working on clangBruce Hill
2024-03-09Deprecate secret langs (just use one-member structs)Bruce Hill
2024-03-09Improve handling of secret textBruce Hill
2024-03-09Change lang stringification to include type nameBruce Hill
2024-03-09Add langs to the languageBruce Hill
2024-03-09Fix issues with substring overflowBruce Hill
2024-03-09Fix NUL termination bug in text libraryBruce Hill
2024-03-09First pass at lambdas/closuresBruce Hill
2024-03-09Print source codeBruce Hill
2024-03-08Simplify table defBruce Hill
2024-03-08Refactor table methods to take table structs where possibleBruce 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-08Bugfix arraysBruce Hill
2024-03-08Fix negative index issue and add array:random()Bruce Hill
2024-03-07Just use mathlib symbols, don't redefine themBruce Hill
2024-03-06Fix up some array literal stuff with TCCBruce Hill
2024-03-05Fix up some min/max stuffBruce Hill
2024-03-05Fix cyclic structs/enumsBruce 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 as_str -> as_textBruce Hill
2024-03-03Rename Str -> TextBruce 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-03Fix table literal issue for TCC compatibilityBruce Hill
2024-03-03Cleanup/fixesBruce 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-29Add type namespacesBruce Hill