MIXAL
|
The parsing of one line of code. More...
Go to the source code of this file.
Enumerations | |
enum | mixal::ParseState { mixal::ParseState::START, mixal::ParseState::LOC, mixal::ParseState::BEFORE_OP, mixal::ParseState::OP, mixal::ParseState::BEFORE_ADDRESS, mixal::ParseState::ADDRESS, mixal::ParseState::BEFORE_INDEX, mixal::ParseState::INDEX, mixal::ParseState::FIELD_OPEN, mixal::ParseState::FIELD, mixal::ParseState::FIELD_CLOSE, mixal::ParseState::BEFORE_COMMENT, mixal::ParseState::COMMENT, mixal::ParseState::END } |
Functions | |
std::ostream & | mixal::operator<< (std::ostream &os, ParsedType c) |
std::ostream & | mixal::operator<< (std::ostream &out, const ParsedResult &result) |
The parsing of one line of code.
Definition in file parser.cpp.
|
strong |
The state while parsing a line.
Definition at line 19 of file parser.cpp.
std::ostream & mixal::operator<< | ( | std::ostream & | os, |
ParsedType | c | ||
) |
Output the name of a parsed type.
Definition at line 36 of file parser.cpp.
References mixal::operator<<().
std::ostream& mixal::operator<< | ( | std::ostream & | out, |
const ParsedResult & | result | ||
) |
Output the instruction.
Definition at line 112 of file parser.cpp.
References mixal::ParsedResult::address, mixal::Expression::evaluated(), mixal::ParsedResult::field, mixal::ParsedResult::index, mixal::ParsedResult::location, mixal::ParsedResult::operation, mixal::operator<<(), mixal::ParsedResult::rawAddress, mixal::ParsedResult::rawField, mixal::ParsedResult::rawIndex, mixal::ParsedResult::rawLocation, and mixal::Expression::result().