## parse()


Parse text into tokens.


Usage


``` python
parse(text)
```


## Parameters


`text: str`  
The text to parse.


## Returns


`list`  
A list of tokens.
