mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-18 21:08:44 +00:00
big part of type_chack_visitor done
This commit is contained in:
parent
adccf6feec
commit
f7080ba856
7 changed files with 427 additions and 171 deletions
|
|
@ -31,7 +31,7 @@ int main(int argc, char** argv) { // TODO, only test version
|
|||
parser::ParseTree parse_tree(source);
|
||||
|
||||
if (!parse_tree.IsProperlyParsed()) {
|
||||
error_handling::HandleParsingError("There are some parsing errors in file.", {0, 0});
|
||||
error_handling::HandleParsingError("There are some parsing errors in file.", {0, 0}, {0, 0});
|
||||
}
|
||||
|
||||
std::unique_ptr<interpreter::tokens::SourceFile> source_file =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue