bug fixes, tests passed, result modifier (!) added to function arguments and to types

This commit is contained in:
ProgramSnail 2023-07-24 13:01:34 +03:00
parent 4470454838
commit 3914ff7d8b
16 changed files with 418 additions and 62 deletions

View file

@ -16,6 +16,7 @@ add_executable(lang src/main.cpp
src/expression_nodes.cpp
src/basic_builders.cpp
src/type_builders.cpp
src/doc_builders.cpp
src/expression_builders.cpp
src/statement_builders.cpp
include/tree_sitter_wrapper.hpp