aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-03-09Simplify reduction code a little bitBruce Hill
2024-03-09Unused importBruce Hill
2024-03-09Tweaking testsBruce Hill
2024-03-09Fix NUL termination bug in text libraryBruce Hill
2024-03-09Lambda fixes/improvementsBruce Hill
2024-03-09Simple lambda testBruce Hill
2024-03-09First pass at lambdas/closuresBruce Hill
2024-03-09Remove dead codeBruce Hill
2024-03-09Back to using ARRAY_FOREACHBruce Hill
2024-03-09Table methodsBruce Hill
2024-03-09Print source codeBruce Hill
2024-03-08Simplify table defBruce Hill
2024-03-08Refactor table methods to take table structs where possibleBruce Hill
2024-03-08Array methodsBruce Hill
2024-03-08Array methodsBruce Hill
2024-03-08Rename Array_random -> Array__randomBruce Hill
2024-03-08Tweaks to memory printing and constnessBruce Hill
2024-03-08Tweak environment order of operations and resolutionsBruce Hill
2024-03-08Bugfix arraysBruce Hill