To load: | (require (planet dyoo/python-tokenizer:1:1)) |
Old style: | (require (planet "main.rkt" ("dyoo" "python-tokenizer.plt" 1 1))) |
Min Racket version: | 5.1.1 |
Package description: | python-tokenizer: a translation of Python's tokenize.py library for Racket |
Downloads this week: | 0 |
Total downloads: | 3332 |
Tickets: | 0 |
Open tickets: | 0 |
Primary files: | [no interface available] |
Current version |
PLaneT version | External version | Source | DLs | Docs | Req. PLT | Date added |
(1 1) | 1.1 | [browse] | 3300 | [docs] | 5.1.1 | 2012-09-10 |
To load: (require (planet dyoo/python-tokenizer:1:1)) | ||||||
Available in repositories: 4.x | ||||||
Bug fix. Corrected an infinite-loop bug due to mis-typing a paren. Thanks to Joe Politz for the bug report! |
Old versions |
PLaneT version | External version | Source | DLs | Docs | Req. PLT | Date added |
(1 0) | 1.0 | [browse] | 32 | [docs] | 5.1.1 | 2012-02-29 |
To load: (require (planet "main.rkt" ("dyoo" "python-tokenizer.plt" 1 (= 0)))) | ||||||
Available in repositories: 4.x | ||||||
First release. |