PascalMLIR/README.md

19 lines
279 B
Markdown
Raw Normal View History

2023-12-14 10:03:54 +00:00
# PascalMLIR
2023-12-14 09:25:56 +00:00
2023-12-14 10:03:54 +00:00
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>