aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-03-17Fix error messageBruce Hill
2024-03-17Update testBruce Hill
2024-03-17Fix switch statementBruce Hill
2024-03-17Run with 'use' prefixedBruce Hill
2024-03-17When compiling .o files, put the .c and .h files on diskBruce Hill
2024-03-17Preface symbols with file prefixBruce Hill
2024-03-17Temporary fix for newlines between statementsBruce Hill
2024-03-17Add tests for nested comprehensionsBruce Hill
2024-03-17Support nested comprehensionsBruce Hill
2024-03-17Unary ops should only parse terms not full expressionsBruce Hill
2024-03-17Improve comprehensions for both arrays and tablesBruce Hill
2024-03-17Add conditional loop comprehensionBruce Hill
2024-03-17More array testsBruce Hill
2024-03-15Skip/stop for 'while' loopsBruce Hill
2024-03-15Simplify loop codeBruce Hill
2024-03-15Fancy skip/stop implementationBruce Hill
2024-03-15Properly compile conditionals with abort types in themBruce Hill
2024-03-14Clean up codegen to not use macrosBruce Hill
2024-03-14Better codegen for negationBruce Hill
2024-03-14Rearrange expression/statement compilation codeBruce Hill
2024-03-14Remove some shadowed variablesBruce Hill
2024-03-14Bugfix for loopingBruce Hill
2024-03-14Array comprehensionsBruce Hill
2024-03-10Improve codegen for assignment doctestsBruce Hill
2024-03-10Clean up doctesting for assignmentsBruce Hill
2024-03-10More docsBruce Hill
2024-03-10Tweak autofmt behaviorBruce Hill
2024-03-10Updated READMEBruce Hill
2024-03-10Add ld flag to find libraryBruce Hill