Source code and identifier name tokenizer for Pharo
# CodeTokenizer Source code and identifier name tokenizer for Pharo ## Installation To install `CodeTokenizer`, go to the Playground (`Ctrl+OW`) in your fresh Pharo image and execute the following Metacello script (select it and press Do-it button or `Ctrl+D`): ```smalltalk Metacello new baseline: 'CodeTokenizer'; repository: 'github://olekscode/CodeTokenizer/src'; load. ```