llparse icon indicating copy to clipboard operation
llparse copied to clipboard

Generating parsers in LLVM IR

Results 24 llparse issues
Sort by recently updated
recently updated
newest added

Bumps [js-yaml](https://github.com/nodeca/js-yaml) to 4.1.1 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `js-yaml` from 4.1.0 to 4.1.1 Changelog Sourced from js-yaml's changelog. [4.1.1] - 2025-11-12...

dependencies
javascript

When building newer nodejs versions with llhttp 9.3.0 (e.g. nodejs v20.19.5) for armv7 using gcc 14.2.0 with node configure option `--with-arm-fpu=neon` it complains about a type mismatch: ``` ../deps/llhttp/src/llhttp.c: In...

Based off #32 I decided to try writing a better and simpler approach that is based off MulAdd but for implementing rshifting and lshifting based on weather or not big...

no functional changes. two intrinsics are replaced to match used types but previous and current compile to exactly same assembler. one additional explicit cast which is a no-op but is...