An open API service indexing awesome lists of open source software.

https://github.com/olekscode/codetokenizer

Source code and identifier name tokenizer for Pharo
https://github.com/olekscode/codetokenizer

Last synced: 3 months ago
JSON representation

Source code and identifier name tokenizer for Pharo

Awesome Lists containing this project

README

        

# 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.
```