forked from solstice/solstice
Start work on static type checking
This commit is contained in:
8
src/error.h
Normal file
8
src/error.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <string>
|
||||
|
||||
namespace Solstice {
|
||||
namespace Error {
|
||||
[[noreturn]] void syntaxError(std::string what);
|
||||
[[noreturn]] void typingError(std::string what);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user