summaryrefslogtreecommitdiff
path: root/src/stages
Commit message (Expand)AuthorAge
* Implement new intermediate stageBen Bridle2 days
* Track more information with SymbolParserBen Bridle2 days
* Implement lists as a first-class typeBen Bridle2 days
* Change string argument syntax to list argument syntaxBen Bridle2 days
* Allow a macro invocation to precede the macro definitionBen Bridle2 days
* Include argument count in the signature of a symbolBen Bridle2 days
* Update wording of syntactic and semantic errorsBen Bridle2 days
* Rename labels/sublabels to global/local labelsBen Bridle3 days
* Fix initial indentation when printing semantic tokensBen Bridle3 days
* Add a specific error for nested macro definitionsBen Bridle3 days
* Allow label references in pinned address calculationsBen Bridle2025-04-26
* Implement first-class string literalsBen Bridle2025-04-26
* Fix misleading error messageBen Bridle2025-04-26
* Allow a macro to invoke itself safelyBen Bridle2025-04-18
* Allow a macro to invoke itselfBen Bridle2025-04-18
* Implement <len> operator for expressionsBen Bridle2025-04-18
* Implement octal literalsBen Bridle2025-04-17
* Fix width checks for negative integersBen Bridle2025-04-12
* Implement negative integer literalsBen Bridle2025-04-12
* Report token without prefix in invalid literal errorsBen Bridle2025-03-23
* Update assembler dependencyBen Bridle2025-03-18
* Tidy codyBen Bridle2025-03-18
* Rewrite entire assemblerBen Bridle2025-03-11