index
:
torque-asm
main
Lightweight meta-assembler
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stages
Commit message (
Expand
)
Author
Age
*
Raise an error if recursion depth exceeds a maximum value
Ben Bridle
35 hours
*
Fix incorrect first segment address
Ben Bridle
35 hours
*
Remove string-style argument syntax from error message
Ben Bridle
36 hours
*
Implement new bytecode stage
Ben Bridle
2 days
*
Implement new intermediate stage
Ben Bridle
2 days
*
Track more information with SymbolParser
Ben Bridle
2 days
*
Implement lists as a first-class type
Ben Bridle
2 days
*
Change string argument syntax to list argument syntax
Ben Bridle
2 days
*
Allow a macro invocation to precede the macro definition
Ben Bridle
2 days
*
Include argument count in the signature of a symbol
Ben Bridle
2 days
*
Update wording of syntactic and semantic errors
Ben Bridle
2 days
*
Rename labels/sublabels to global/local labels
Ben Bridle
3 days
*
Fix initial indentation when printing semantic tokens
Ben Bridle
3 days
*
Add a specific error for nested macro definitions
Ben Bridle
3 days
*
Allow label references in pinned address calculations
Ben Bridle
2025-04-26
*
Implement first-class string literals
Ben Bridle
2025-04-26
*
Fix misleading error message
Ben Bridle
2025-04-26
*
Allow a macro to invoke itself safely
Ben Bridle
2025-04-18
*
Allow a macro to invoke itself
Ben Bridle
2025-04-18
*
Implement <len> operator for expressions
Ben Bridle
2025-04-18
*
Implement octal literals
Ben Bridle
2025-04-17
*
Fix width checks for negative integers
Ben Bridle
2025-04-12
*
Implement negative integer literals
Ben Bridle
2025-04-12
*
Report token without prefix in invalid literal errors
Ben Bridle
2025-03-23
*
Update assembler dependency
Ben Bridle
2025-03-18
*
Tidy cody
Ben Bridle
2025-03-18
*
Rewrite entire assembler
Ben Bridle
2025-03-11