Major refactoring to uniquely link variables to their declarations (breaks simplification and completion).

This commit is contained in:
2017-05-30 03:53:51 +02:00
parent ce159c7bf0
commit 1c925d661b
23 changed files with 1176 additions and 659 deletions

View File

@@ -2,6 +2,7 @@
#include <boost/program_options.hpp>
#include <anthem/AST.h>
#include <anthem/Context.h>
#include <anthem/Translation.h>