https://github.com/jason0214/jsonlexer
https://github.com/jason0214/jsonlexer
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jason0214/jsonlexer
- Owner: Jason0214
- License: mit
- Created: 2018-04-10T06:41:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T06:42:29.000Z (over 8 years ago)
- Last Synced: 2025-03-10T21:54:51.538Z (over 1 year ago)
- Language: Haskell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```