Added build documentation for PL/0.

This commit is contained in:
yhirose 2017-08-17 17:57:30 -04:00
parent acb986f525
commit 2b223c303f

View File

@ -9,6 +9,15 @@ PL/0 language example
* LLVM Code generation
* LLVM JIT execution (fast!)
Build
-----
```
brew install llvm
export PATH="$PATH:/usr/local/opt/llvm/bin"
make
```
Usage
-----