Jason0214 / JsonLexer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

License:MIT License


Languages

Language:Haskell 100.0%