No description
Find a file
2023-05-19 10:27:14 +03:00
archived typeclass tree start 2023-05-07 15:17:37 +03:00
include new compiler options in CMakeLists, fixes 2023-05-19 10:27:14 +03:00
lang-parser@630eced536 better global_info API, better const/var/static handling, const typeclass requirements, fixes 2023-05-14 11:28:37 +03:00
src new compiler options in CMakeLists, fixes 2023-05-19 10:27:14 +03:00
tests fixes 2023-05-17 18:29:39 +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 new compiler options in CMakeLists, fixes 2023-05-19 10:27:14 +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