pkoretic / recurse

Qt based micro web framework with middleware design
MIT License
20 stars 2 forks source link

create a http-parser merge tool #29

Closed mkozjak closed 8 years ago

mkozjak commented 8 years ago

Since we need to use a merged http-parser library, we should implement an efficient, fail-safe tool to merge header and implementation files.

mkozjak commented 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.