Hate syntax? Love grammar? This is for you!
Run make
Run make test
to test if it worked. It should print The absolute value of -1 is 1
If you can't read this code, you need to go back to first grade.
Read through the all the defines in the headers.
Read test.cpp
to see how it comes together.
Edit test.cpp
to play around first.
Write your own program using the english_compiled.h
header
Copy english_compiled.h
to your own project's folder to use it in your own projects. You can rename it to something else, like english.h
if you want.
Type make showEquivalent
to show what the code looks like in C++ after preprocessing.