feat: error handling, better prelude, double linked lists usage etc
This commit is contained in:
@@ -52,7 +52,7 @@ namespace IR
|
||||
|
||||
public:
|
||||
const StringView &name() const { return m_name; }
|
||||
const Block &body() const { return m_body; }
|
||||
Block &body() { return m_body; }
|
||||
const View<StringView> ¶ms() const { return m_params; }
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user