mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-04 18:20:09 +01:00
Made all attributes lower case
This commit is contained in:
@@ -8,14 +8,14 @@ class BaseParser(object):
|
|||||||
# Identifiers for operand types
|
# Identifiers for operand types
|
||||||
comment_id = "comment"
|
comment_id = "comment"
|
||||||
directive_id = "directive"
|
directive_id = "directive"
|
||||||
IMMEDIATE_ID = "immediate"
|
immediate_id = "immediate"
|
||||||
label_id = "label"
|
label_id = "label"
|
||||||
IDENTIFIER_ID = "identifier"
|
identifier_id = "identifier"
|
||||||
MEMORY_ID = "memory"
|
memory_id = "memory"
|
||||||
REGISTER_ID = "register"
|
register_id = "register"
|
||||||
CONDITION_ID = "condition"
|
condition_id = "condition"
|
||||||
segment_ext_id = "segment_extension"
|
segment_ext = "segment_extension"
|
||||||
instruction_id = "instruction"
|
mnemonic = "instruction"
|
||||||
operands_id = "operands"
|
operands_id = "operands"
|
||||||
_parser_constructed = False
|
_parser_constructed = False
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user