-
Notifications
You must be signed in to change notification settings - Fork 124
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
Add C-like preprocessor directives to .gsx extension. #187
Comments
Support for a foreach would also be nice if you looking at adding more functionality to gsc |
Right now the script compiling routine is a bunch of inlined functions, almost completely unreadable. Some keywords like for, if, thread, self are sitting here and this is the place where foreach must be put. Doing something with script before compiling much easier as you can see in PR's code. |
why this is still open: #186 (comment) |
Because it was opened after #186 and I will try to do something later. |
there was no question, it was a clarification |
... as mentioned in PR #186
I think it's a good idea to add some simple preprocessor directives for conditional compiling, "#define" for symbols (+ macro).
The text was updated successfully, but these errors were encountered: