Andrin Bertschi
Andrin Bertschi
https://www.graalvm.org/truffle/javadoc/com/oracle/truffle/api/interop/InteropLibrary.html
When bailing out with an error, print where in source error occurred. We already set source section in ast visitor but do not print it in error cases. Decide if...
We currently deprecated IBinding and make it compile. It has no use anymore as it was used for Eclipse related features. Remove from graalphp-parser. See package org.eclipse.php.core.ast.nodes.IBinding
See discussion here https://github.com/abertschi/graalphp/pull/28#discussion_r450384277 This has low priority as the current implementation already generates performant code.