better deal with EOF
Abdur-rahmaanJ opened this issue · 5 comments
our current End Of File strategy is just to append '{end-of-file}' at the end of statements. need a better plan
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?
@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
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!