2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-29 13:28:19 +00:00

Update apparmor_compiler_development_guide

John Johansen 2018-10-07 06:29:06 +00:00
parent 1374c9577b
commit f83277e4ec

@ -11,3 +11,5 @@
- This document is a general overview, and some hints and tips. It can't cover everything the code does.
# TODO
The parser is an old code base that is slowly being modernized, as such it has all the warts of both old and new at the same time. The goal currently is to make adding new code easier and slowly finish moving the old code over to new patterns.