-
Notifications
You must be signed in to change notification settings - Fork 39
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
better deal with EOF #53
Comments
what are you trying to do? |
@brittanyfields1 It means that we are currently appending some text to say that this is the end of a file which can cause confusions if the same text is present before |
I would like to take up this issue. Can you please assign this to me? |
but EOF is supposed to be at the end we just need to make sure EOF never comes in between |
@4the4ryushin EOF can also not be a text. Like the current method needs to be changed! |
our current End Of File strategy is just to append '{end-of-file}' at the end of statements. need a better plan
The text was updated successfully, but these errors were encountered: