Currently tree-sitter build -w process gets OOM killed due to clang issues that get triggered by the current grammar implementaton.
Will continue optimizing grammar's ACTION_COUNT and STATE_COUNT but it will probably require a fix in clang as even compilation with much reduced subset of statements hogs too much ram and takes too long.
Currently
tree-sitter build -wprocess gets OOM killed due to clang issues that get triggered by the current grammar implementaton.Will continue optimizing grammar's
ACTION_COUNTandSTATE_COUNTbut it will probably require a fix in clang as even compilation with much reduced subset of statements hogs too much ram and takes too long.