Ömer Sinan Ağacan
Ömer Sinan Ağacan
> I'm currently working with a version of lalrpop that does not sort the terminals, all tests pass, and I haven't encountered any bugs, but I'd be nice to know...
Re: sharing parse tables, what I do in [parsegen][1] is, after parsing the grammar, for each `pub` non-terminal, I add a new non-terminal with just one production, and rename the...
This would be great to have, but I wonder if this is actually possible. In a lalrpop grammar we use Rust code for the "action code" is in Rust, so...
The short repro above no longer panics with the current master branch (b777a6a), but the linked large grammar still panics. Backtrace with the debug build: ``` thread 'main' panicked at...
> Why do you need all those public entrypoints? Not the OP, but I use multiple entry points for a few reasons: - For testing. In a large and complicated...
Hi @flanfly, In a Rust project I need to encode and decode some x86 instructions. Since x86 is huge, I was thinking maybe I can somehow generate encoders/decoders from the...
All good points @flanfly. I didn't know about Capstone and Keystone, they look awesome and it seems like they solve my problems. I hope Keystone gets funded (too bad I'm...
@jeremyletang any news on this?
Since no progress on this has been made so far I don' think this is solved.
This is because of #120 .