End TAG command-line interface gracefully at Ctrl-D
alexanderkoller opened this issue · 0 comments
alexanderkoller commented
When you press Ctrl-D in the CLI for Alto-Tulipac, the program should quit. Instead, the following exception is thrown:
parse>
Exception in thread "main" org.jline.reader.EndOfFileException
at org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:592)
at org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:417)
at de.up.ling.irtg.script.TulipacParser.main(TulipacParser.java:192)