No description
Find a file
2023-07-08 13:23:52 +03:00
archived typeclass tree start 2023-05-07 15:17:37 +03:00
include part of type deduction done, debugging in proces 2023-07-07 22:53:14 +03:00
lang-parser@e2f0ef7b83 dynamic array type expression changed: 0 -> _ 2023-07-08 13:23:52 +03:00
src dynamic array type expression changed: 0 -> _ 2023-07-08 13:23:52 +03:00
tests dynamic array type expression changed: 0 -> _ 2023-07-08 13:23:52 +03:00
tree-sitter@1b1c3974f7 debug 2023-03-31 12:10:12 +03:00
.clang_tidy print + build partially tested 2023-04-02 15:10:32 +03:00
.clangd interpreter_tree first iteration 2023-03-26 15:20:53 +03:00
.gitignore .gitignore fixed 2023-04-11 13:52:07 +03:00
.gitmodules fixes, more information in errors 2023-05-05 11:59:02 +03:00
CMakeLists.txt fixes, builtin function fixes, deep copy, string access 2023-05-22 16:03:50 +03:00
README.md readme update 2023-05-17 15:53:07 +03:00

lang-interpreter

Build steps:

  • clone submodules
  • cd lang-parser/ && tree-sitter generate
  • mkdir build && cd build/ && cmake .. && make

lang_interpreter is interpreter