2025-05-07 23:04:33 +02:00
2025-05-05 21:43:27 +02:00
2025-05-07 21:21:08 +02:00
2025-05-05 21:27:02 +02:00
2025-05-05 21:46:59 +02:00
2025-05-07 23:04:33 +02:00
2025-05-05 21:38:56 +02:00
2025-05-05 21:46:59 +02:00

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

Description
A very, very simple json prettifier
Readme GPL-3.0 51 KiB
Languages
Assembly 66.1%
C 31.6%
Shell 2.3%