aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index 4a58efc..29cdebb 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
# mutator
-a C code mutator,Misra-C 2004 checker and when possible, a Misra-C implementer.(<br/>)
-**mutator-lvl0.cpp** contains the Misra-C rules to check.(<br/>)
-**mutator.cpp** contains the mutators which are not copiled for the time being since im working on Misra-C only for the time being, along with some Misra-C implementers.
-**mutator-lvl2.cpp** contains some other Misra-C implementers. Rewriting the code in multiple stages allows for more simplistic rewrites and is also a check to see whether the output is actually buildable.
-**mutator.sh** is the UI, which is supposed to work like just any other nix UI(option-wise).
-the **utility** folder holds the C source and headers that are necessary to run the instruented code(currently unused).
-**mutator-aux.cpp.h** hold the auxillary functions that most modules will need.
-well there is the **makefile**.
-the **test** folder holds the TDD tests.
+a C code mutator,Misra-C 2004 checker and when possible, a Misra-C implementer.<br/>
+**mutator-lvl0.cpp** contains the Misra-C rules to check.<br/>
+**mutator.cpp** contains the mutators which are not copiled for the time being since im working on Misra-C only for the time being, along with some Misra-C implementers.<br/>
+**mutator-lvl2.cpp** contains some other Misra-C implementers. Rewriting the code in multiple stages allows for more simplistic rewrites and is also a check to see whether the output is actually buildable.<br/>
+**mutator.sh** is the UI, which is supposed to work like just any other nix UI(option-wise).<br/>
+the **utility** folder holds the C source and headers that are necessary to run the instruented code(currently unused).<br/>
+**mutator-aux.cpp.h** hold the auxillary functions that most modules will need.<br/>
+well there is the **makefile**.<br/>
+the **test** folder holds the TDD tests.<br/>