aboutsummaryrefslogtreecommitdiff
path: root/compile.c
AgeCommit message (Expand)Author
2024-03-03Bugfix for module name parsingBruce Hill
2024-03-03Fix table literal issue for TCC compatibilityBruce Hill
2024-03-03Make load method be "use$name"Bruce Hill
2024-03-03Clean up transpiling into separate .c/.h filesBruce Hill
2024-03-03Wrap "&x" in parens to avoid ambiguityBruce Hill
2024-03-03Make constructors actually functions for enumsBruce Hill
2024-03-03Definitively go with "Int" and "Num" over "Int64" and "Num64", plus addBruce Hill
2024-03-03Initial pass at namespacingBruce Hill
2024-02-29First working method callsBruce Hill
2024-02-29Add type namespacesBruce Hill
2024-02-29Flip COW bit when dereferencing pointersBruce Hill
2024-02-29Bump refcounts for .keys/.valuesBruce Hill
2024-02-29Simplify/clean up table iteration codeBruce Hill
2024-02-29Fix up some import issues and improve arrays to use saturating refcountsBruce Hill
2024-02-27Pass typeinfosBruce Hill
2024-02-27Stop using namespace typesBruce Hill
2024-02-26Fix up some type namespace issuesBruce Hill
2024-02-26Better error checkingBruce Hill
2024-02-25Remove commentBruce Hill
2024-02-25Add for-else blockBruce Hill
2024-02-25Implement reductionsBruce Hill
2024-02-25Table field access for .keys, .values, .default, .fallbackBruce Hill
2024-02-25Properly check mutability of lvaluesBruce Hill
2024-02-25WIP on stackrefsBruce Hill
2024-02-25Make stack references work with local varsBruce Hill
2024-02-25Implement obj[]Bruce Hill
2024-02-24Rename 'nextlang'->'tomo'Bruce Hill
2024-02-24Bugfix table compilationBruce Hill
2024-02-24Improve enums with metamethodsBruce Hill
2024-02-24Fix some string literal stuff and table default stuffBruce Hill
2024-02-24Fixing up structsBruce Hill
2024-02-24Split struct code into a separate fileBruce Hill
2024-02-23Support ++= itemBruce Hill
2024-02-23Fix up some ++ stuff for arraysBruce Hill
2024-02-23Implement Array__concat and ++=Bruce Hill
2024-02-23Code cleanup for KeywordArgBruce Hill
2024-02-22Add TODOBruce Hill
2024-02-22Fix up keyword args and default argsBruce Hill
2024-02-22Fix function compilingBruce Hill
2024-02-22Fix up some update operatorsBruce Hill
2024-02-22Fix comparisonsBruce Hill
2024-02-22Implement power (^)Bruce Hill
2024-02-22Implement concatenationBruce Hill
2024-02-22Implement 'when' statement for matching on enumsBruce Hill
2024-02-20Fixing up enumsBruce Hill
2024-02-18Add source information to runtime errorsBruce Hill
2024-02-18Implement indexingBruce Hill
2024-02-18Fix single-thing iterationBruce Hill
2024-02-18Better table literalsBruce Hill
2024-02-18Use known types instead of `$var` macroBruce Hill