Renamed arm64 to arm
This commit is contained in:
parent
05f6a015dc
commit
8fe663ece1
4 changed files with 15 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
|||
# Overview
|
||||
|
||||
- [arm64](arm64) - ARM64 implementation (w.i.p.)
|
||||
- [arm](arm) - ARM64 implementation (w.i.p.)
|
||||
- [asm](asm) - Pseudo-assembler stage
|
||||
- [asmc](asmc) - Compiles assembler to actual machine code
|
||||
- [ast](ast) - Abstract syntax tree generation with the `Parse` function
|
||||
|
@ -24,5 +24,5 @@
|
|||
- [scope](scope) - Defines a `Scope` used for code blocks
|
||||
- [sizeof](sizeof) - Calculates the byte size of numbers
|
||||
- [token](token) - Converts a file to tokens with the `Tokenize` function
|
||||
- [types](types) - Type system (w.i.p.)
|
||||
- [types](types) - Type system
|
||||
- [x86](x86) - x86-64 implementation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue