Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-johnson-4 committed Jul 29, 2024
1 parent 09c79cd commit eb5efc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The whole compiler is only 5000 lines of code, so this could be a good starting

LM provides abstraction up to the level that you want and down to the level that you want.
Each LM program specifies the exact binary objects to be created, so there is zero room for interpretation by the compiler.
Platform specific defintions and functionality are provided by libraries.
Platform specific definitions and functionality are provided by libraries.
Therefore the compiler has zero hard-coded logic for how to deal with platform architecture.

### Why Such a Small Codebase?
Expand Down

0 comments on commit eb5efc0

Please sign in to comment.