sum244 / APICAD-artifact

MIT License
0 stars 0 forks source link

Document Parsing - Consolidate Text Preprocessing #12

Open jconn0 opened 2 months ago

jconn0 commented 2 months ago

Currently there are three separate files for preprocessing the documentation. Each file has slightly different functionality and requires specific instructions to ensure the preprocessing is done correctly.

Consolidating this to one process while maintaining the same functionality would not only make the code more understandable but also make it more scalable. Allowing for easier improvements that affect all projects and get closer to support for more projects. As currently only the three are supported.

jconn0 commented 2 months ago

Consolidated most of the process for libc and openssl and these two are the most similar.