implement grammar loading from Python

This commit is contained in:
krangelov
2021-08-08 16:11:23 +02:00
parent 3a7743afad
commit 1088b4ef38
2 changed files with 36 additions and 46 deletions

View File

@@ -13,7 +13,7 @@ pgf_module = Extension('pgf',
extra_compile_args = ['-std=c99'],
include_dirs = includes,
library_dirs = libraries,
libraries = ['gu', 'pgf'])
libraries = ['pgf'])
setup (name = 'pgf',
version = '1.0',