Aliaksei Chapyzhenka
Aliaksei Chapyzhenka
Awesome project! I am trying to add custom SIMD instructions. Is it possible to add 48 / 64 bit instructions? Can `iBus_rsp_inst` bus be extended to 64 / 128?
I have started Verilog Preprocessor project using `llparse` here: https://github.com/drom/vpreproc It looks like a good tool for the task. Wouldn't it be nice if `llparse` could generate NAPI bindings, then...
### Prerequisites * [X] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: * Followed...
OpenSuSe Tumbleweed. I have trouble building gnuradio with pybombs. ```sh sudo pip install --upgrade git+https://github.com/gnuradio/pybombs.git pybombs -vv recipes add-defaults pybombs -vv prefix init ~/prefix -a myprefix -R gnuradio-default ``` I...
While using WebAssembly bindings as described here: https://github.com/tree-sitter/tree-sitter/tree/master/lib/binding_web ``` const Parser = require('web-tree-sitter'); Parser.init().then(() => { /* the library is ready */ }); ``` I noticed that `Parser.init()` method trying...
N-API is a new, more portable way of creating Nodejs bindings : https://nodejs.org/api/n-api.html Does it make sense porting `node-tree-sitter` from NAN to NAPI ?
I have implemented Forth interpreter in JavaScript: https://github.com/drom/forth Can be used with node.js (cli / library / streams) or in the browser. Goal: to be ANS94 / Forth2012 compatible.
_From [[email protected]](https://code.google.com/u/112718606266791060716/) on October 31, 2013 06:01:49_ Hi When adding gap (|) with tick the counter ignore the gap is there a way to config gap length so the tick...
New feature suggested here: https://groups.google.com/d/topic/wavedrom/YoOgYJnEC4g