mirror of
https://codeberg.org/ProgramSnail/lang.git
synced 2025-12-30 18:58:17 +00:00
bug fixes, tests passed, result modifier (!) added to function arguments and to types
This commit is contained in:
parent
4470454838
commit
3914ff7d8b
16 changed files with 418 additions and 62 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue