Blog

Tag Archives: parsing

General tips for debugging preprocessing and parsing issues
André Maroneze on 18 September 2024

Motivated by some recent discussions concerning a hard-to-parse code base, this post presents a few techniques used by Frama-C developers to quickly understand and debug parsing-related errors. We are constantly improving parsing and error messages, so hopefully some of these tips will become unnecessary in the future. Origin of parsing...

Read More