mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Improved errors
This commit is contained in:
parent
a69217e296
commit
d3bfc731ef
4 changed files with 63 additions and 3 deletions
|
@ -104,6 +104,7 @@ public:
|
|||
BfIRCodeGen();
|
||||
~BfIRCodeGen();
|
||||
|
||||
void FatalError(const StringImpl& str);
|
||||
virtual void Fail(const StringImpl& error) override;
|
||||
|
||||
void ProcessBfIRData(const BfSizedArray<uint8>& buffer) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue