A Pascal Compiler using LLVM MLIR
Go to file
Edgar cb85932b5d
ok
2023-12-21 08:31:16 +01:00
programs initial 2023-12-14 10:25:56 +01:00
src ok 2023-12-21 08:31:16 +01:00
.gitignore initial 2023-12-14 10:25:56 +01:00
Cargo.lock progreess 2023-12-19 10:41:50 +01:00
Cargo.toml progreess 2023-12-19 10:41:50 +01:00
LICENSE Create LICENSE 2023-12-14 10:27:50 +01:00
README.md tests 2023-12-14 11:03:54 +01:00
build.rs initial 2023-12-14 10:25:56 +01:00

README.md

PascalMLIR

A Pascal compiler using LLVM MLIR in Rust.

Tries to comply with the ISO/IEC 7185:1990 Standard

Work in progress.

TODO

Currently doing the parser and AST.

  • Parser
  • Codegen