mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-26 14:31:02 -04:00
simplified test data parser
This commit is contained in:
parent
ba776b8ba4
commit
31d8ee0912
@ -225,7 +225,7 @@ public class Parser {
|
||||
* @throws IOException IOException
|
||||
* @throws ParserException IOException
|
||||
*/
|
||||
public Expression parseExpression() throws IOException, ParserException {
|
||||
private Expression parseExpression() throws IOException, ParserException {
|
||||
Expression ac = parseGreater();
|
||||
while (isToken(Tokenizer.Token.SMALER)) {
|
||||
Expression a = ac;
|
||||
|
Loading…
x
Reference in New Issue
Block a user