mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-05 02:30:08 +01:00
added AttrDict to parser and refactoring
This commit is contained in:
@@ -9,6 +9,8 @@ class BaseParser(object):
|
||||
LABEL_ID = 'label'
|
||||
MEMORY_ID = 'memory'
|
||||
REGISTER_ID = 'register'
|
||||
INSTRUCTION_ID = 'instruction'
|
||||
OPERANDS_ID = 'operands'
|
||||
|
||||
def __init__(self):
|
||||
self.construct_parser()
|
||||
|
||||
Reference in New Issue
Block a user