Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.42 KB

README.md

File metadata and controls

50 lines (37 loc) · 1.42 KB



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