Results 2 issues of Jie

Example Code ``` import org.junit.Test; import org.junit.runner.RunWith; import org.powermock.modules.junit4.PowerMockRunner; @RunWith(PowerMockRunner.class) public class MyTest { @Test public void testException() { throw new RuntimeException() { @Override public synchronized Throwable fillInStackTrace() { return...

I want use this repo in my c project. Could you offer a binding for c. example: https://github.com/tree-sitter/tree-sitter-javascript/pull/272 Thank you.