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

Escape characters in input file #8

Closed
TomasCartman opened this issue Mar 4, 2021 · 1 comment
Closed

Escape characters in input file #8

TomasCartman opened this issue Mar 4, 2021 · 1 comment
Assignees
Labels
invalid This doesn't seem right

Comments

@TomasCartman
Copy link
Owner

When the input file is read, the caracters that should be of escape like '"' or '\n' are put on the list of strings (sourceCode) like '' and '"', this is a problem to some automatons, in specific the AutomatonString that handles the char '"'.
Because it's already in the list of strings, it will be read once char at time, and treated like that, needing a special tratament at the automatons that should handle those escape chars.

@TomasCartman TomasCartman added the invalid This doesn't seem right label Mar 4, 2021
@TomasCartman TomasCartman self-assigned this Mar 4, 2021
@TomasCartman
Copy link
Owner Author

fixed by aced856

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant