- Type Parameters:
T
- the type of parser's output
- All Known Implementing Classes:
ExpressionParser
public interface Parser<T>
A parser interface.
- Since:
- 0.7.0
- Author:
- Zafar Khaja <zafarkhaja@gmail.com>
-
Method Summary
-
Method Details
-
parse
Parses the input string.- Parameters:
input
- the string to parse- Returns:
- the Abstract Syntax Tree
-