An open API service indexing awesome lists of open source software.

https://github.com/jason0214/jsonlexer


https://github.com/jason0214/jsonlexer

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

### WARNING:
This repo is for course project of SFU.

Using it for academic purpose is considered as an **ACADEMIC DISHONESTY**

---

## build
``` bash
ghc -o colorize colorize.hs
```

## run
``` bash
# only lexical analysis, no parsing involved
./colorize
```