mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2024-12-22 03:55:29 +00:00
Added build documentation for PL/0.
This commit is contained in:
parent
acb986f525
commit
2b223c303f
@ -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
|
||||
-----
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user