[#3] Make tokenizer more generic #8
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mle/selkirk!8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "3-generic-tokenizer"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This adds a new
Tokenizertrait, which allows for other tokenizers to be used. It also adds theCharSetTokenizer(and associatedCharSettrait) which allows for tokenizer implementations based on grouping characters into tokens based on some categorization scheme.(closes #3)
exponents in floating point numbers are no longer supported by the default tokenizer; they can be handled at the parser/evaluator layer instead, by making
ea binary operator.