]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/Ecc/MetaDataParser.py
BaseTools/Ecc/EOT: Add Python 3 support on ECC and EOT tools.
authorHess Chen <hesheng.chen@intel.com>
Tue, 9 Oct 2018 04:44:35 +0000 (12:44 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Sat, 13 Oct 2018 01:57:18 +0000 (09:57 +0800)
commit22c4de1ac8f1fc72e8d72af6a315e584490a44b0
tree103d8856db1369c2799641bf429826fe535d6b27
parent472eb3b89682f7af333ec46f84f990f6b8d4f497
BaseTools/Ecc/EOT: Add Python 3 support on ECC and EOT tools.

1. Add Python 3 support on ECC and EOT tools
2. Add C grammar file of ANTLR4 and fix some bugs

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hess Chen <hesheng.chen@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
21 files changed:
BaseTools/Source/Python/Common/Misc.py
BaseTools/Source/Python/Ecc/C.g4 [new file with mode: 0644]
BaseTools/Source/Python/Ecc/CLexer.py
BaseTools/Source/Python/Ecc/CListener.py [new file with mode: 0644]
BaseTools/Source/Python/Ecc/CParser.py
BaseTools/Source/Python/Ecc/Check.py
BaseTools/Source/Python/Ecc/CodeFragmentCollector.py
BaseTools/Source/Python/Ecc/EccMain.py
BaseTools/Source/Python/Ecc/FileProfile.py
BaseTools/Source/Python/Ecc/MetaDataParser.py
BaseTools/Source/Python/Ecc/c.py
BaseTools/Source/Python/Eot/CLexer.py
BaseTools/Source/Python/Eot/CListener.py [new file with mode: 0644]
BaseTools/Source/Python/Eot/CParser.py
BaseTools/Source/Python/Eot/CodeFragmentCollector.py
BaseTools/Source/Python/Eot/Eot.py [deleted file]
BaseTools/Source/Python/Eot/EotMain.py [new file with mode: 0644]
BaseTools/Source/Python/Eot/InfParserLite.py
BaseTools/Source/Python/Eot/Parser.py
BaseTools/Source/Python/Eot/Report.py
BaseTools/Source/Python/build/BuildReport.py