aboutsummaryrefslogtreecommitdiff
path: root/environment.c
AgeCommit message (Expand)Author
2024-03-08Refactor table methods to take table structs where possibleBruce Hill
2024-03-08Tweak environment order of operations and resolutionsBruce Hill
2024-03-08Remove dead codeBruce Hill
2024-03-07Just use mathlib symbols, don't redefine themBruce 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-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-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-27TweaksBruce Hill
2024-02-26Fix up some type namespace issuesBruce Hill
2024-02-26Better error checkingBruce Hill
2024-02-20Fixing up enumsBruce Hill
2024-02-18Add some more typesBruce Hill
2024-02-17Change things up to use type params for all array and table methodsBruce Hill
2024-02-17Major cleanupBruce Hill
2024-02-17Fixing up table stuffBruce Hill
2024-02-17Fixing things upBruce Hill
2024-02-15Progress towards environmentsBruce Hill