PascalMLIR/README.md
2023-12-14 11:03:54 +01:00

19 lines
279 B
Markdown

# PascalMLIR
A Pascal compiler using LLVM MLIR in Rust.
Tries to comply with the [ISO/IEC 7185:1990 Standard](https://www.cs.utexas.edu/users/novak/iso7185.pdf)
Work in progress.
## TODO
Currently doing the parser and AST.
<details>
- [ ] Parser
- [ ] Codegen
</details>