-
Notifications
You must be signed in to change notification settings - Fork 663
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 func lexer #2232
Add func lexer #2232
Conversation
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.
I haven't reviewed this deeply yet, but my first comment is: please add some tests.
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.
What do you think: do you need a separate Punctuation
group?
@sobolevn Thank you for your review. Check my edits, now looks better. Also, I've thought that |
@jean-abou-samra added some tests |
@jean-abou-samra fixed all linters, pls rerun pipelines |
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 @sobolevn for reviewing this, very much appreciated! I have nothing more to say.
LGTM. |
This PR adds .func and .fc lexer, TON blockchain main smartcontract development langauge.