reading is fun
This commit is contained in:
@ -57,7 +57,9 @@ All tests under sprint 1, 2, 3, & 4 will work with the testing suite, along with
|
|||||||
### ./genx.sh
|
### ./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.</br>
|
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.</br>
|
||||||
|
|
||||||
**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.*</br>
|
||||||
|
|
||||||
|
*You can also use the following command to preprocess a file:* `cpp -P -x c -o simple.cpp.alpha simple.alpha`
|
||||||
|
|
||||||
> **Arguments:** </br>
|
> **Arguments:** </br>
|
||||||
> `-help` Displays this message</br>
|
> `-help` Displays this message</br>
|
||||||
|
Reference in New Issue
Block a user