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
- Host: GitHub
- URL: https://github.com/olekscode/codetokenizer
- Owner: olekscode
- License: mit
- Created: 2019-01-10T03:53:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-10T16:36:33.000Z (almost 6 years ago)
- Last Synced: 2025-02-11T11:41:41.859Z (5 months ago)
- Language: Smalltalk
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
```