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

Add multiline comment support #31

Merged
merged 2 commits into from
Feb 4, 2024

Conversation

RezaKargar
Copy link
Contributor

Now if the lexical analyzer sees the start symbol of a multiline comment (/*), it tries to find the ending multiline comment (*/), and all codes within that comment block will not be interpreted

Now if lexical analyzer sees start symbol of multiline comment (/*), it tries to find ending multiline comment (*/) and ignores all code withing that block of comment
@kahroba-lang2 kahroba-lang2 merged commit 808fde3 into kahroba-lang:main Feb 4, 2024
@RezaKargar RezaKargar deleted the feat/multiline-comment branch February 6, 2024 18:44
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.

2 participants