Permalink
Browse files

Add instructions on building the grammar pickle for OPy.

  • Loading branch information...
andychu committed Jun 27, 2018
1 parent a5d6a19 commit 5b6336b6af264a2366da906c4ef764f04070d8f7
Showing with 5 additions and 1 deletion.
  1. +5 −1 opy/README.md
View
@@ -47,11 +47,15 @@ Getting started
---------------
Do the "Quick Start" in "in https://github.com/oilshell/oil/wiki/Contributing .
This is necessary to build the `py27.grammar` file and so forth.
Then build the `py27.grammar` file:
$ make _build/opy/py27.grammar.pickle
After Oil is setup, we can try out OPy. Run these commands (and let me know if
any of them doesn't work):
oil$ cd opy
opy$ ../bin/opyc run gold/hello_py2.py # basic test of compiler and runtime
Compile Oil with the OPy compiler:

0 comments on commit 5b6336b

Please sign in to comment.