Skip to content

Refactor parser code to remove tokenization code #76

Open
@workmajj

Description

@workmajj

There's tokenization code leaking into the parser code (in particular, in parseLiteral()). We should clean this up so it's clearer what's happening with number literals, for example, where we'd expect any number (with underscores, periods, etc.) to come through as one token vs. several.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions