Report locations of unimplemented features.

This commit is contained in:
chriseth
2020-09-15 14:41:46 +02:00
parent b1ccf73511
commit 930646ba2b
4 changed files with 128 additions and 51 deletions
@@ -47,6 +47,9 @@ public:
std::string code() const;
/// Generate the code for the statements in the block;
void generate(Block const& _block);
/// Generates code to initialize the given state variable.
void initializeStateVar(VariableDeclaration const& _varDecl);
/// Generates code to initialize the given local variable.