aboutsummaryrefslogtreecommitdiff
path: root/compile.c
AgeCommit message (Expand)Author
2024-03-21Pull namespaces from the type bindingBruce Hill
2024-03-21Fix issue with quoted string cordsBruce 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-18Add some better file commentsBruce Hill
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