kgupta15 / lets-build-a-compiler

Working on 'Let's Build A Compiler' Tutorial Series

Home Page:https://compilers.iecc.com/crenshaw/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



lets-build-a-compiler

Working on 'Let's Build A Compiler' Tutorial Series.

code climate test coverage issue count License

Installation

The only requirement is a Pascal Compiler.

Windows

Go to the link mentioned below :

https://www.freepascal.org/

and download a setup (.exe) file according to your architecture. Install it, setup your PATH, and you are good to go.

Ubuntu

Use the following command :

sudo apt-get install fp-compiler

License

MIT License

About

Working on 'Let's Build A Compiler' Tutorial Series

https://compilers.iecc.com/crenshaw/

License:MIT License


Languages

Language:Pascal 100.0%