aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-30Adding a REPLBruce Hill
2024-03-29Switch naming convention to use '$' in symbols moreBruce Hill
2024-03-26Add array:reversed()Bruce Hill
2024-03-26Improve codegen for table/array iteration by inlining the iterationBruce Hill
2024-03-26Fix xml for StopBruce Hill
2024-03-26Restructure things so autoformat isn't make-or-breakBruce Hill
2024-03-26More XML fixesBruce Hill
2024-03-26Fix XML outputBruce Hill
2024-03-24Print ASTs as XML instead of janky custom syntaxBruce Hill
2024-03-24Bugfix for text replacementBruce Hill
2024-03-24Check .c and .h file for stalenessBruce Hill
2024-03-24Use $CC properly for runningBruce Hill
2024-03-24More flexible handling of command line arguments/environment variablesBruce Hill
2024-03-24Add optimization flagBruce Hill
2024-03-24Ignore generated filesBruce Hill
2024-03-24Tweak compilation behaviorBruce Hill
2024-03-24Implement 'extern' functionalityBruce Hill
2024-03-24Improve COW/etc handling for update assignmentsBruce Hill
2024-03-22Fix/improve assignment to arrays and tablesBruce Hill
2024-03-22Stop if compilation error occursBruce Hill
2024-03-22Handle type namespaces in other modulesBruce Hill
2024-03-21Force remove precompiled files before testBruce Hill
2024-03-21Fix relative import of own header fileBruce Hill
2024-03-21Force retranspile target fileBruce Hill
2024-03-21Pull namespaces from the type bindingBruce Hill
2024-03-21Fix issue with quoted string cordsBruce Hill
2024-03-21Fix file mtime checksBruce Hill
2024-03-21Change what prints whenBruce Hill
2024-03-21Lazy compilationBruce Hill
2024-03-21Break compilation phases into functionsBruce Hill
2024-03-19Improvements to module importsBruce Hill
2024-03-19Corecursive modulesBruce Hill
2024-03-19Prevent mulitple importsBruce Hill
2024-03-19Module importsBruce Hill
2024-03-18Insert semicolons where they should goBruce Hill
2024-03-18Fix array:clear()Bruce Hill
2024-03-18Handle function type annotations without returns betterBruce Hill
2024-03-18Improve codegen for enums by eliminating unnecessary methodsBruce Hill
2024-03-18Don't print dollar signs in string representations of structsBruce Hill
2024-03-18Implement parsing of 'pass'Bruce Hill
2024-03-18updated docsBruce Hill
2024-03-18Add namespacing docBruce Hill
2024-03-18Update docsBruce Hill
2024-03-18More file commentsBruce Hill
2024-03-18More file commentsBruce Hill
2024-03-18Add some better file commentsBruce Hill
2024-03-17Clean up codegen for empty tagged dataBruce Hill
2024-03-17Fix doctests with functionsBruce Hill
2024-03-17Empty enums use a singleton instead of a constructorBruce Hill
2024-03-17Don't bother comparing empty structsBruce Hill