Annotate with plain text

This commit is contained in:
Michael Zhang 2022-07-19 01:53:06 -05:00
parent 3ff54b0f44
commit e546deff64
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B

View file

@ -7,7 +7,7 @@ limited set of primitives, and compiles down to LLVM IR.
Compilation process
-------------------
```
```text
e0 source code => llvm bitcode text => clang => link against e0-rt => binary
```