aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-17Major cleanupBruce Hill
2024-02-17Minor cleanupBruce Hill
2024-02-17Fix up some cord stuff in main program compilationBruce Hill
2024-02-17Tweak cord formattingBruce Hill
2024-02-17Fix table_from_entries()Bruce Hill
2024-02-17Fixing up table stuffBruce Hill
2024-02-17Fixing things upBruce Hill
2024-02-17Remove make rule for deleted fileBruce Hill
2024-02-17DocsBruce Hill
2024-02-17Getting back to old typeinfo stuff from SSSBruce Hill
2024-02-16TweaksBruce Hill
2024-02-16Moving builtin strings over to cordsBruce Hill
2024-02-15Progress towards environmentsBruce Hill
2024-02-14Bit flags for enums tooBruce Hill
2024-02-14Make bools more compactBruce Hill
2024-02-14Syntax tweaks and cleanupBruce Hill
2024-02-14Switch back to TCCBruce Hill
2024-02-14Use dollar identifiersBruce Hill
2024-02-14Fix ldflags for compiling with GCC and add trapping integer arithmeticBruce Hill
2024-02-14Fix up some GCC complaintsBruce Hill
2024-02-14Add #line directives for source code mappingBruce Hill
2024-02-14Change parser so it only supports defs at the top levelBruce Hill
2024-02-13Fix floating point literals to be exactly preciseBruce Hill
2024-02-13Slightly more concise generated code for intsBruce Hill
2024-02-13Tweak whitespace formattingBruce Hill
2024-02-13Remove comment dividerBruce Hill
2024-02-13Whitespace tweaksBruce Hill
2024-02-13Whitespace and ordering tweaksBruce Hill
2024-02-13Add kwargs as a macro hackBruce Hill
2024-02-13Add secret structsBruce Hill
2024-02-13Update docsBruce Hill
2024-02-13Tweak interp rulesBruce Hill
2024-02-13Add 'Int' -> 'Int64' and 'Num' -> 'Num64' aliasesBruce Hill
2024-02-13Change compilation ordering by splitting into chunksBruce Hill
2024-02-13Doctests for assignmentBruce Hill
2024-02-13Improvements to cordingBruce Hill
2024-02-13Fix multi-assignmentBruce Hill
2024-02-12Misc fixes for __stack, yes, no, etcBruce Hill
2024-02-12Add '&'Bruce Hill
2024-02-12Don't pipe output through batBruce Hill
2024-02-12Disable 'bat' pagingBruce Hill
2024-02-12Syntax tweak: doctest with ">>" and "= "Bruce Hill
2024-02-12Fix doctests for declarationsBruce Hill
2024-02-12Add __cord() method for structsBruce Hill
2024-02-12Hacky kwarg implementationBruce Hill
2024-02-12Compile struct constructors and field accessesBruce 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