-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 support for V langauge #2687
Conversation
JS File Size Changes (gzipped)A total of 2 files have changed, with a combined diff of +969 B (+45.1%).
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for making this PR @taggon!
I left you a few comments. Also, directives (e.g. #flag linux -lsdl2
, #include "sqlite3.h"
) and nested multiline comments are not supported. Please add them.
Apart from that, very solid work. Thank you!
@RunDevelopment Thanks. I fixed all the problems you mentioned and also add support for directives(such as |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your work!
I'm sorry but one of my suggestions contained faulty code. My comment contains more information and a fix.
Thank you for contributing @taggon! |
This PR adds support for the V langauge.