jinu-jang

Results 3 issues of jinu-jang

Anyone tried to build for Electron 13? Trying it with `prebuild -r electron -t 13.0.1` leads to errors such as `tree-sitter\src\node.cc(32,129): error C2661: 'v8::ArrayBuffer::New': no overloaded function takes 3 arguments`...

`a = 0b001101` and `a = 0x3fff` are parsed appropriately with the binary and hexadecimal showing up as a numeric literal. However, `a = 0B001101` and `a = 0X3FFF` will...

The Python built-in `resource` package is only available on UNIX systems, rendering this entire evaluation system unable to run on Windows. This PR allows execution, albeit being less safe, on...