diff --git a/README.MD b/README.MD index c4ace9a..74270bf 100644 --- a/README.MD +++ b/README.MD @@ -57,7 +57,9 @@ All tests under sprint 1, 2, 3, & 4 will work with the testing suite, along with ### ./genx.sh GenX is our preprocessor tool. It is able to handle `#include` statements within an alpha file. The tool allows for includes of `.alpha`, `.s`, and `.c` files, given a relative path to them. You can also include our library file `std.alpha` which does not require a relative path.
-**NOTE:** *Due to the nature of include statements, running the alpha compiler on alpha files that use include statements will most likely result in syntax/type errors. When dealing with a file with include statements, it is advised to use GenX.* +**NOTE:** *Due to the nature of include statements, running the alpha compiler on alpha files that use include statements will most likely result in syntax/type errors. When dealing with a file with include statements, it is advised to use GenX.*
+ +*You can also use the following command to preprocess a file:* `cpp -P -x c -o simple.cpp.alpha simple.alpha` > **Arguments:**
> `-help` Displays this message