chore: removed blocked from NonTerminals

This commit is contained in:
Sara Gerretsen 2026-04-01 15:00:50 +02:00
parent 4abd100724
commit c20ef8bb85

View file

@ -7,7 +7,6 @@ typedef char32_t Symbol;
namespace NonTerminals {
enum : Symbol {
Blocked = U'B',
Invalid = U'!',
};
};