Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 253 Bytes

File metadata and controls

20 lines (12 loc) · 253 Bytes

json-pretty-printer

Automata, Languages & Compilers coursework for ITBA

Building

Dependencies

  • flex
  • bison
  • gcc
  • make

Instructions

Just run 'make'

Running

./bin/json < some_ugly.json > some_pretty.json