-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Preprocessor #165
Comments
This might be helpful: https://github.com/shevek/jcpp |
After having implemented the preprocessor it should be used to preprocess |
Okay as it turns out Arma doesn't use the C-preprocessor... So I'll have to write it from scratch |
Here's what it need to be able to do: https://community.bistudio.com/wiki/PreProcessor_Commands Plus Macros inside single quotes are being expanded while the ones inside double quotes are not
|
When preprocessing files before parsing them errors like the second one in #162 could be avoided.
But before this can be done, #72 has to be implemented
The text was updated successfully, but these errors were encountered: