start method

  1. @override
Parser<Graph> start()

The starting production of this definition.

Implementation

@override
Parser<Graph> start() => graph().end();