Version 1.0
Copyright © 2022 Lowell D. Thomas
Python APG
 … an ABNF Parser Generator
__main__.py
Go to the documentation of this file.
1 import sys
2 import os
3 sys.path.append(os.getcwd())
4 from apg_py import generator
5 if __name__ == '__main__':
6  generator.main()
Python APG, Version 1.0, is licensed under the 2-Clause BSD License,
an Open Source Initiative Approved License.