ParseExpression typedef

ParseExpression = void Function(int)

Definition for Function lookup see _parseExpression

Implementation

typedef ParseExpression = void Function(int);