/JsonLexer

Primary LanguageHaskellMIT LicenseMIT

WARNING:

This repo is for course project of SFU.
Using it for academic purpose is considered as an ACADEMIC DISHONESTY


build

ghc -o colorize colorize.hs

run

# only lexical analysis, no parsing involved
./colorize <json file name>