| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-15 | feat: Parsing modifiers and directives | Jacob McDonnell | |
| Support added for parsing a limited set of directives and for all access modifiers. | |||
| 2026-03-14 | refactor!: Switched from x86_64 to RISC-V | Jacob McDonnell | |
| Switched from x86_64 to RISC-V because RISC-V is a cleaner and simpler architecture and I'm more familiar with it since it's similar to MIPS. BREAKING CHANGE: Switched from x86_64 to RISC-V | |||
| 2026-03-14 | feat: Initial parsing of instructions | Jacob McDonnell | |
| Initial ability to parse basic instructions. Currently hex numbers are broken and immediates with labels (movl $str, %ecx) are broken. | |||
