pwetty/README.md
2025-05-05 21:46:59 +02:00

412 B

pwetty

This is just a very, very simple json prettifier, initially written in C and gradually translated into GNU Assembly, because why not.

Building

./build.sh

This will produce two binary files, a.out (C output) and b.out (Assembly output)

Running

cat file.json | a.out
cat file.json | b.out

License

This project is licensed under the GNU GPLv3 license