Parser<T> typedef
Parser<T> =
ParseResult<T> Function(String s, Object e)
Implementation
typedef Parser<T> = ParseResult<T> Function(String s, Object e);
typedef Parser<T> = ParseResult<T> Function(String s, Object e);