-
Notifications
You must be signed in to change notification settings - Fork 230
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
Comment Multiple Lines #100
Comments
There is not a way to easily comment multiple lines. You must comment out each line with It might be possible to make RARS accept C style comments without too much effort, but I personally don't plan on implementing it. If you would like to give it a shot, the most relevant file is rars/src/rars/assembler/Tokenizer.java Line 290 in 345c17b
I have also considered completely rewriting the assembler; if I do, I will keep C-style multi-line comments in mind. |
Please add this |
I'm currently working on adding this feature. I expect to be finished today, stay tuned. Edit: Didn't manage to finish it, but I think I'm close. |
Feel free to check out the Pull Request at #203 and to give me your feedback 😊 |
Is there a way to comment multiple lines in rars 1.5? (i.e. in C we use block comments with /* */ notation)
The text was updated successfully, but these errors were encountered: