radareorg / radeco

radare2-based decompiler and symbol executor
371 stars 52 forks source link

Use a parsing framework instead of rolling our own #266

Open dlrobertson opened 5 years ago

dlrobertson commented 5 years ago

Instead of rolling our own lexer etc, it might be worthwhile to check out pest or nom.