No description
Find a file
2023-05-21 10:57:08 +03:00
archived typeclass tree start 2023-05-07 15:17:37 +03:00
include reference fixes, fizes 2023-05-21 10:57:08 +03:00
lang-parser@ad07e6d8fb reference fixes, fizes 2023-05-21 10:57:08 +03:00
src reference fixes, fizes 2023-05-21 10:57:08 +03:00
tests constructors on heap, consuming match, move modifier in reference expression, .bring. keyword to return from block, some fixes 2023-05-20 20:18:49 +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