This is a pseudocode to latex "translator" written in Rust.
I realised that writing pseudocode in the algorithm2e syntax was awful and so error prone that I decided to build this tool as a side project. It is by no means as optimised or clean as I would like, but it is at a state I now consider usable. If you ever had to write pseudocode in LaTex I think you can understand the pain.
The pseudocode syntax described in the paper is simple and powerful enough to contemplate pretty much any use case. I'm interested in reading your opinions and observations and who knows even contributions. Thank you.Link: https://github.com/bruno-anjos/PseudoTex