aboutsummaryrefslogtreecommitdiff
path: root/compile.c
AgeCommit message (Expand)Author
2024-03-17Fix doctests with functionsBruce Hill
2024-03-17Fix switch statementBruce Hill
2024-03-17Preface symbols with file prefixBruce Hill
2024-03-17Temporary fix for newlines between statementsBruce Hill
2024-03-17Support nested comprehensionsBruce Hill
2024-03-17Improve comprehensions for both arrays and tablesBruce 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-10Rearranging some filesBruce Hill
2024-03-09Minor cleanups to get compilation working on clangBruce 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-09Implement function cachingBruce Hill
2024-03-09Implement lambdas and closuresBruce Hill
2024-03-09Simplify reduction code a little bitBruce Hill
2024-03-09Lambda fixes/improvementsBruce Hill
2024-03-09First pass at lambdas/closuresBruce Hill
2024-03-09Back to using ARRAY_FOREACHBruce Hill
2024-03-09Table methodsBruce 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-07Use '$' for min/max variableBruce Hill
2024-03-07Just use mathlib symbols, don't redefine themBruce Hill
2024-03-06Add 'if x := var' conditionals for optional pointersBruce Hill
2024-03-06Support more variants of looping over integersBruce Hill
2024-03-06Fix namespace initializersBruce Hill
2024-03-06Fix up some array literal stuff with TCCBruce Hill
2024-03-06Fix array iteration by inliningBruce Hill
2024-03-05Fix up some min/max stuffBruce Hill
2024-03-04Struct and enum methods and static membersBruce Hill
2024-03-04Fix some bugs relating to NUL termination of stringsBruce Hill
2024-03-03Unicode normalization for equality, hashing, tests, and printingBruce Hill
2024-03-03Rename as_str -> as_textBruce Hill
2024-03-03Rename Str -> TextBruce Hill
2024-03-03Fix up unicode escapesBruce Hill
2024-03-03BugfixBruce Hill
2024-03-03Fix issue with unnamed args getting name flagBruce Hill