Parser typedef

Parser = Substitution Function(int, List<String>)

Implementation

typedef Parser = Substitution Function(int, List<String>);