Remove the IR for know for simplicity

This commit is contained in:
2024-03-01 10:13:55 +01:00
parent f37700a02d
commit 3a6d89767b
36 changed files with 7547 additions and 1079 deletions

View File

@ -22,4 +22,9 @@ namespace elna
{
return this->position.column;
}
Symbol::Symbol(const char *name)
{
this->name = name;
}
}