Skip to content

error reading integers at the end of a file #6

@tara072

Description

@tara072

if at the end of a file there is d = 10. the lexer returns up to the = as ['identifier', 'd', 10] ['operator', '=', 10] and also doesn't read the period.

  • need to determine if this is only with integers or with doubles too
  • fix this so it's also reading the period at the end

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions