Rework text spans a bit to include script file, make binder log an error when two classes have a circular value reference.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-01-09 13:20:56 +01:00
parent 8660933f27
commit 59af34fac9
16 changed files with 432 additions and 267 deletions

View File

@@ -1,6 +1,8 @@
#ifndef MALACHSCRIPT_CLASSATTR_HPP
#define MALACHSCRIPT_CLASSATTR_HPP
#include <cstdint>
namespace MalachScript {
enum class ClassAttr : uint8_t {
None = 0,