A tool for tokenizing Pharo source code by visiting the leaves of AST
# Pharo Code Tokenizer [](https://travis-ci.org/olekscode/PharoCodeTokenizer) [](https://ci.appveyor.com/project/olekscode/pharocodetokenizer) [](https://coveralls.io/github/olekscode/PharoCodeTokenizer?branch=master) [](https://raw.githubusercontent.com/olekscode/PharoCodeTokenizer/master/LICENSE) [](https://pharo.org/download) [](https://pharo.org/download) [](https://pharo.org/download) A tool for tokenizing Pharo source code by visiting the leaves of AST ## Installation To install `PharoCodeTokenizer`, go to the Playground (`Ctrl+OW`) in your Pharo image and execute the following Metacello script (select it and press Do-it button or `Ctrl+D`): ```smalltalk Metacello new baseline: 'PharoCodeTokenizer'; repository: 'github://olekscode/PharoCodeTokenizer/src'; load. ```