fixed output for lab6

This commit is contained in:
2024-05-18 21:34:34 +03:00
parent 74862ba3ef
commit cadedc6d60
2 changed files with 1 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ import java.util.List;
public class MainParser {
public static void main(String[] args) {
String input = "(3 + 5) * sqrt(16) + powtwo(5)";
String input = "(3 + 5) * sqrt(16) + powtwo(5) + loge(10)";
List<Token> tokens = Lexer.tokenize(input);
System.out.println("Tokens:");
tokens.forEach(System.out::println);

Binary file not shown.