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

23 lines
412 B
Markdown

# pwetty
This is just a very, very simple json prettifier, initially written in C and gradually translated into GNU Assembly, because why not.
### Building
```sh
./build.sh
```
This will produce two binary files, `a.out` (C output) and `b.out` (Assembly output)
### Running
```sh
cat file.json | a.out
cat file.json | b.out
```
### License
This project is licensed under the [GNU GPLv3 license](LICENSE)