aboutsummaryrefslogtreecommitdiff
path: root/builtins/array.h
AgeCommit message (Expand)Author
2024-03-08Array methodsBruce Hill
2024-03-08Rename Array_random -> Array__randomBruce Hill
2024-03-08Fix negative index issue and add array:random()Bruce Hill
2024-03-06Fix up some array literal stuff with TCCBruce Hill
2024-03-03Rename as_str -> as_textBruce Hill
2024-03-03Definitively go with "Int" and "Num" over "Int64" and "Num64", plus addBruce Hill
2024-02-29Add type namespacesBruce Hill
2024-02-29Fix up some import issues and improve arrays to use saturating refcountsBruce Hill
2024-02-25WIP on stackrefsBruce Hill
2024-02-23Set up 'atomic' for arraysBruce Hill
2024-02-23Fix up some ++ stuff for arraysBruce Hill
2024-02-23Implement Array__concat and ++=Bruce Hill
2024-02-18Add source information to runtime errorsBruce Hill
2024-02-18Improved error messagesBruce Hill
2024-02-18Implement indexingBruce Hill
2024-02-18Compile tablesBruce Hill
2024-02-17Various fixes, including for Null valuesBruce Hill
2024-02-17Change things up to use type params for all array and table methodsBruce Hill
2024-02-17Rename 'cord' to 'as_str'Bruce Hill
2024-02-04BuiltinsBruce Hill