mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-04 18:20:09 +01:00
added AttrDict to parser and refactoring
This commit is contained in:
@@ -3,7 +3,8 @@ Collection of parsers supported by OSACA.
|
||||
|
||||
Only the parser below will be exported, so please add new parsers to __all__.
|
||||
"""
|
||||
from .attr_dict import AttrDict
|
||||
from .parser_x86att import ParserX86ATT
|
||||
from .parser_AArch64v81 import ParserAArch64v81
|
||||
|
||||
__all__ = ['ParserX86ATT', 'ParserAArch64v81']
|
||||
__all__ = ['AttrDict', 'ParserX86ATT', 'ParserAArch64v81']
|
||||
|
||||
Reference in New Issue
Block a user