Skip to content

CipherDay/PCC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PCC: A Pseudo-Code Transpiler to C Code

⚙️ 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.

How to use

./PCC --f source.pc --t out.cs

Example

  • 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.pc Example:
./target/release/pcc --f ./examples/1-Calculate_Sum.pc --t out.c
cat ./out.c

Note

PCC is based on Pascal like Pseudo-Code you can visit Academic Sources to learn more

About

A pseudo-code transpiler to c code built with rust .

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages