commit | d47e5a230d47f6421ba8842c6d850a7f0621db83 | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Thu May 09 14:21:16 2013 -0700 |
committer | Rich Lane <rlane@bigswitch.com> | Tue May 14 13:01:48 2013 -0700 |
tree | 461910a977afd9437fb4fb988ac3e75ee09ed1ab | |
parent | 43b2a90ee05e93312de32cf435c1e0ed5199542b [diff] [blame] |
factor out transforming AST into OFInput This will become more complex as new syntax is added and a real intermediate representation is defined.
diff --git a/Makefile b/Makefile index 7e9c377..d455ad4 100644 --- a/Makefile +++ b/Makefile
@@ -79,6 +79,7 @@ check: PYTHONPATH=. ./utest/test_parser.py + PYTHONPATH=. ./utest/test_frontend.py check-py: python PYTHONPATH=${LOXI_OUTPUT_DIR}/pyloxi python py_gen/tests/generic_util.py