mirror of
https://codeberg.org/ProgramSnail/lang.git
synced 2025-12-12 18:08:44 +00:00
or references, prining improvements, comments now printed, fixes
This commit is contained in:
parent
73263193a9
commit
5e70f0015f
19 changed files with 354 additions and 429 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#include "name_tree.hpp"
|
||||
#include "error_handling.hpp"
|
||||
|
||||
#include "statement_nodes.hpp"
|
||||
#include "utils.hpp"
|
||||
|
||||
namespace names {
|
||||
|
||||
|
|
@ -88,10 +89,7 @@ void NameTree::add_statement_children_to_tree() {
|
|||
case 2: // TypeDefinition
|
||||
// TODO: link methods + link children to types + connect to typeclasses
|
||||
break;
|
||||
case 3: // TypeclassDefinition
|
||||
// TODO: link methods + connect typeclasses
|
||||
break;
|
||||
case 4: // EmptyLines
|
||||
case 3: // EmptyLines
|
||||
break;
|
||||
default:
|
||||
error_handling::handle_general_error(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue