No description
Find a file
2023-05-22 18:33:56 +03:00
archived typeclass tree start 2023-05-07 15:17:37 +03:00
include execute_visitor value types fixed 2023-05-22 18:33:56 +03:00
lang-parser@ad07e6d8fb reference fixes, fizes 2023-05-21 10:57:08 +03:00
src execute_visitor value types fixed 2023-05-22 18:33:56 +03:00
tests fixes, builtin function fixes, deep copy, string access 2023-05-22 16:03:50 +03:00
tree-sitter@1b1c3974f7
.clang_tidy
.clangd
.gitignore
.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