Skip to content
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

Support of preprocessor keywords #1

Open
langovoi opened this issue Sep 13, 2016 · 3 comments
Open

Support of preprocessor keywords #1

langovoi opened this issue Sep 13, 2016 · 3 comments

Comments

@langovoi
Copy link

Did you plan to add support of #pragma, #define, #include and etc?

@mrcarlberg
Copy link
Member

Hi!
This parser does not support preprocessing. If you are interested in preprocessing please use https://github.com/mrcarlberg/objj-parser

@langovoi
Copy link
Author

langovoi commented Sep 13, 2016

@mrcarlberg maybe you're planning to add this in the future?
I find this parser is better, because it not modify acorn.

@mrcarlberg
Copy link
Member

Yes it is true that this parser is better as it is up to date with the current acorn parser. But the guy who wrote this decided to not implement a preprocessor. It is not finished and there are currently no-one working on this.

The other parser is the one currently used in the Cappuccino project (http://www.cappuccino-project.org).

Please feel free to create a preprocessor if you want to contribute 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants