Peter Blackson
Peter Blackson
@dabrahams here's a bug if you're up to it. Wasm visualizes shows logs as: error "unreachable". I have no idea where this message is coming from. Could you take a...
I'm trying to debug the C grammar by adding the choice to use the C lexer until the scanless interface is available.
~~@dabrahams I loaded the most recent code (currently here on master despite work in progress) and made another attempt to debug. So essentially, the wasm call throws an Out Of...
Nevermind, I had an infinite loop at tokenization error. Good to have it caught.
@dabrahams You have the most recent wasm code on master branch, and you may try to fix the disfunctional recognizer Choose "c-lexer" & "C with lexer"
We can do this together. Here is the input to get parsed as a C file ```c static reg_errcode_t byte_regex_compile (pattern, size, syntax, bufp) const char *pattern; size_t size; reg_syntax_t...
Yes, the approaches are different. Thanks for clearing that up. I think we don't need to care that much about performance after binarization, . The main culprit is the time...
I'm trying to improve the readability and functionality of the wasm visualizer. As a start, it's now working under Vue's Vite and PrimeVue.