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
Languages
Assembly
66.1%
C
31.6%
Shell
2.3%