You can search for identifiers within the package.
in-package search v0.2.0
p5scm.lib
P5scm.Tokens
type token =
| LPR
| RPR
| LSQ
| RSQ
| VLPR
| LCL
| RCL
| DOT
| TOPL of string
| BOOL of string
| IDENT of string
| TIDENT of string
| KEYWORD of string
| INT of string
| FLOAT of string
| OP of string
| CHAR of string
| STRING of string
| EOF