Parsing for inline assembly.

This commit is contained in:
chriseth
2016-03-30 02:37:00 +02:00
parent 8236732e9a
commit 949b00ed59
19 changed files with 630 additions and 16 deletions
+4
View File
@@ -50,6 +50,9 @@ private:
bool link();
void writeLinkedFiles();
/// Parse assembly input.
bool assemble();
void outputCompilationResults();
void handleCombinedJSON();
@@ -73,6 +76,7 @@ private:
/// @arg _data to be written
void createFile(std::string const& _fileName, std::string const& _data);
bool m_onlyAssemble = false;
bool m_onlyLink = false;
/// Compiler arguments variable map