diff --git a/Nimrod-for-C-programmers.md b/Nimrod-for-C-programmers.md
index b953d39..12f25d7 100644
--- a/Nimrod-for-C-programmers.md
+++ b/Nimrod-for-C-programmers.md
@@ -15,8 +15,8 @@ http://nimrod-lang.org/manual.html
Feature | C | Nimrod |
Memory Management | Manual (not counting libraries) | Garbage-collected and manual |
Types | Static | Static |
-Compilation | Machine-code | Machine code via C (other backends in progress/planned) |
- | | |
+Compilation | Machine code | Machine code via C (other backends in progress/planned) |
+Meta-programming | C Preprocessor | Nimrod (const/when/template/macro) |
| | |
### Structs - Tuples and Objects