There was a problem fetching the latest pipeline status.
WIP|FEATURE: Split tokenizing into dedicated classes
* As each node has to be handled differently. * Also we can attach many information for some nodes to the token, to make linting eaiser. But that's specific per node and those goes to an own class. Relates #67