aboutsummaryrefslogtreecommitdiff
path: root/nextlang.h
AgeCommit message (Expand)Author
2024-02-24Rename 'nextlang'->'tomo'Bruce Hill
2024-02-24Fixing up structsBruce Hill
2024-02-22Implement power (^)Bruce Hill
2024-02-20Adjustments to 'not' behaviorBruce Hill
2024-02-20Fixing up enumsBruce Hill
2024-02-18Better table literalsBruce Hill
2024-02-17Various fixes, including for Null valuesBruce Hill
2024-02-17Split out parts into appropriate headersBruce Hill
2024-02-17Fix up USE_COLORBruce Hill
2024-02-17Cleanup of builtinsBruce Hill
2024-02-17Tweak cord formattingBruce Hill
2024-02-14Use dollar identifiersBruce Hill
2024-02-14Fix up some GCC complaintsBruce Hill
2024-02-13Slightly more concise generated code for intsBruce Hill
2024-02-13Add kwargs as a macro hackBruce Hill
2024-02-13Add 'Int' -> 'Int64' and 'Num' -> 'Num64' aliasesBruce Hill
2024-02-13Doctests for assignmentBruce Hill
2024-02-12Misc fixes for __stack, yes, no, etcBruce Hill
2024-02-12Syntax tweak: doctest with ">>" and "= "Bruce Hill
2024-02-12Fix doctests for declarationsBruce Hill
2024-02-12Add placeholder for stringifying arrays of unknown typeBruce Hill
2024-02-12Deprecate Char typeBruce Hill
2024-02-12Remove chars from the builtin type stuffBruce Hill
2024-02-12Initial working version of generic cord funcBruce Hill
2024-02-11Tweak doctest formattingBruce Hill
2024-02-11Fix operator precedence and boolificationBruce Hill
2024-02-11String literals as cordsBruce Hill
2024-02-11Set up USE_COLOR variableBruce Hill
2024-02-10Min/maxBruce Hill
2024-02-10String improvementsBruce Hill
2024-02-10Better string parsing.Bruce Hill
2024-02-04Misc changesBruce Hill
2024-02-04BuiltinsBruce Hill
2024-02-04Updates and functionalityBruce Hill