The "lexeme translator" comprises the "lexem resolver" and the "token translator".
It is an alternative design for "recognizers". See lexeme-translator/ directory.
Due to occacinaly history rewriting in this repository, to fetch the updates and discard the local changes (if any) the following command can be used:
git fetch --all && git symbolic-ref HEAD refs/heads/master && git reset --hard origin/master