Interface for objects with compilation state. More...
#include <statable.hpp>
Public Member Functions | |
| virtual state | getState () const =0 |
| virtual void | setState (state new1)=0 |
Interface for objects with compilation state.
Provides state management for compilation phases (parsed, verified, linked).