Closed mkozjak closed 8 years ago
Since efficiently parsing c functions is not a trivial task, http-parser files cannot be easily parsed using GNU/BSD tools only.
Python is chosen as the most portable solution, since all unix systems ship bundled with it. pyclibrary is used for parsing functions.
Since we need to use a merged http-parser library, we should implement an efficient, fail-safe tool to merge header and implementation files.