Module symex

Module symex 

Source
Expand description

Helper functions for parsing symex names.

See section 6-2.3 β€œRULES FOR SYMEX FORMATION”.

EnumsΒ§

SymexSyllableRule πŸ”’
Distinguishes a single-syllable from a multi-syllable symex.

FunctionsΒ§

canonical_symbol_name πŸ”’
Squeze spaces from a string to make a canonical symex name.
digits_as_symex πŸ”’
is_reserved_identifier πŸ”’
Decide whether the passed in identifier is a reserved identifier (i.e. an AE element name or an opcode name).
parse_multi_syllable_symex πŸ”’
parse_symex πŸ”’
Parse a symex having the specified script, according to rule.
parse_symex_non_reserved_syllable πŸ”’
parse_symex_reserved_syllable πŸ”’
symex_syllable πŸ”’