diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2016-11-19 20:18:30 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2016-11-19 20:18:30 +0200 |
commit | 7ed7219d9d937103c9d6760dfdcd7c6d895c1745 (patch) | |
tree | 1750273eb7b69135d626632946020124aff69a98 /mesonast.py | |
parent | 0a31afd672f10d1d996fca1915551b647b8489e2 (diff) | |
download | meson-7ed7219d9d937103c9d6760dfdcd7c6d895c1745.zip meson-7ed7219d9d937103c9d6760dfdcd7c6d895c1745.tar.gz meson-7ed7219d9d937103c9d6760dfdcd7c6d895c1745.tar.bz2 |
Moved functions to base enough to get the base sample project parsed.
Diffstat (limited to 'mesonast.py')
-rwxr-xr-x | mesonast.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonast.py b/mesonast.py index 215f1fa..8618f5a 100755 --- a/mesonast.py +++ b/mesonast.py @@ -28,4 +28,4 @@ import mesonbuild.astinterpreter if __name__ == '__main__': source_root = 'test cases/common/1 trivial' ast = mesonbuild.astinterpreter.AstInterpreter(source_root, '') - ast.dump()
\ No newline at end of file + ast.dump() |