No description
Find a file
2023-05-19 15:05:12 +03:00
archived
include annotated types added to typeclass graph, fixes 2023-05-19 15:05:12 +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 annotated types added to typeclass graph, fixes 2023-05-19 15:05:12 +03:00
tests fixes 2023-05-17 18:29:39 +03:00
tree-sitter@1b1c3974f7
.clang_tidy
.clangd
.gitignore
.gitmodules
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