Skip to content

Internal: Implement tokenization. #4

@john-bv

Description

@john-bv

The tokenizer should return a iterator of Token structs that can be iterated over in parsing.

let tokens = tokenize(&"someCode");
for token in tokens {
 // parse
}

Metadata

Metadata

Assignees

Labels

CompleteThis issue or PR is completeHigh PriorityHigh profile, important issue that needs to be focused on

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions