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

feat: Add support for comment-escaping code. #99

Merged
merged 1 commit into from
Jan 6, 2024

Conversation

iphydf
Copy link
Member

@iphydf iphydf commented Jan 5, 2024

Writing /*! code */ will be interpreted by Cimple, but ignored by all other compilers/parsers. This allows us to put some expressions in places where otherwise C can't.


This change is Reviewable

@iphydf iphydf added this to the 0.0.19 milestone Jan 5, 2024
Writing `/*! code */` will be interpreted by Cimple, but ignored by all
other compilers/parsers. This allows us to put some expressions in
places where otherwise C can't.
@iphydf iphydf marked this pull request as ready for review January 5, 2024 21:25
@toktok-releaser toktok-releaser merged commit 032d57b into TokTok:master Jan 6, 2024
10 checks passed
@iphydf iphydf deleted the comment-expr branch January 6, 2024 10:19
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

Successfully merging this pull request may close these issues.

3 participants