Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop saying tokenisation is "like C"
There are definitely some differences (e.g. Snowball tokenises `3or` as integer literal `3` followed by token `or`, which seems questionable but does match a literal interpretation of what the manual says - in C you can't do the equivalent).
- Loading branch information