From f83277e4ec470f9f9c8c2001d571cf5dc2496bcf Mon Sep 17 00:00:00 2001 From: John Johansen Date: Sun, 7 Oct 2018 06:29:06 +0000 Subject: [PATCH] Update apparmor_compiler_development_guide --- apparmor_compiler_development_guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apparmor_compiler_development_guide.md b/apparmor_compiler_development_guide.md index fa95633..96a3e2e 100644 --- a/apparmor_compiler_development_guide.md +++ b/apparmor_compiler_development_guide.md @@ -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.