⚙️ Pseudo-Code Transpiler
PCC is a simple Transpiler I created as way to learn Rust it has very limited and basic capability you can visit Examples to see what's available.
./PCC --f source.pc --t out.cs- Clone the repo:
git clone https://github.com/CipherDay/PCC
cd PCC- Build the repo:
cargo build --release- Run the transpiler:
./target/release/pcc --help- Run
1-Calculate_Sum.pcExample:
./target/release/pcc --f ./examples/1-Calculate_Sum.pc --t out.c
cat ./out.cNote
PCC is based on Pascal like Pseudo-Code you can visit Academic Sources to learn more