Be more strict about number literals in assembly.

This commit is contained in:
chriseth
2017-08-21 13:31:28 +02:00
parent 83b90f3e8a
commit 2c5985de06
5 changed files with 40 additions and 0 deletions
+2
View File
@@ -75,6 +75,8 @@ protected:
TypedName parseTypedName();
std::string expectAsmIdentifier();
static bool isValidNumberLiteral(std::string const& _literal);
private:
bool m_julia = false;
};