aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-03-10Rearranging some filesBruce Hill
2024-03-09Removing some dead codeBruce Hill
2024-03-09Remove references to libgccjitBruce Hill
2024-03-09Minor cleanups to get compilation working on clangBruce Hill
2024-03-09Slightly improved readmeBruce Hill
2024-03-09Add explicit check for space indentationBruce Hill
2024-03-09Add test for secret structsBruce Hill
2024-03-09Add lang testsBruce Hill
2024-03-09Deprecate secret langs (just use one-member structs)Bruce Hill
2024-03-09Improve handling of secret textBruce Hill
2024-03-09Change lang stringification to include type nameBruce Hill
2024-03-09Add langs to the languageBruce Hill
2024-03-09Fix issues with substring overflowBruce Hill
2024-03-09Add function/caching testBruce Hill
2024-03-09Implement function cachingBruce Hill
2024-03-09Extra lambda testBruce Hill
2024-03-09Implement lambdas and closuresBruce Hill