From f255f2498da1fd985ad1ed79362580bbf4675723 Mon Sep 17 00:00:00 2001 From: Tuowen Zhao Date: Sun, 18 Sep 2016 21:39:45 +0000 Subject: rm test-chill, create doc subdir --- test-chill/makeparser.py | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 test-chill/makeparser.py (limited to 'test-chill/makeparser.py') diff --git a/test-chill/makeparser.py b/test-chill/makeparser.py deleted file mode 100644 index 5e41489..0000000 --- a/test-chill/makeparser.py +++ /dev/null @@ -1,9 +0,0 @@ -import pylang.parser -import pickle - -if __name__ == '__main__': - gstream = open('testchill/cpp_validate/grammar.txt', 'r') - env = dict() - exec('from testchill._cpp_validate_env import *', None, env) - parser = pylang.parser.generate(gstream, env) - pickle.dump(parser, open('testchill/cpp_validate/parser.pickle', 'wb'), 2) -- cgit v1.2.3-70-g09d2