Aspect26 / TrufflePascal

Year project - Pascal interpreter written in Java using Truffle API
9 stars 3 forks source link

UnexpectedErrorException #124

Closed Aspect26 closed 7 years ago

Aspect26 commented 7 years ago

There are a lot of throw PascalRuntimeException("Unexpected error") calls. It would be better if we implement new UnexpectedPascalRuntimeException(String message) which gets some informative message also