I run xmir-to-phi goal to transform xmir to phi and then phi-to-xmir transformation to return back to the original xmir (nothing in the middle.) During phi-to-xmir transformation I'm getting the following error:
org/eolang/hone/mess/A.xmir:
[6:16] error: 'no viable alternative at input 'j$org()↦⟦j$eolang()↦⟦j$hone()↦⟦j$mess()↦⟦j$A↦jeo''
[7:22] error: 'no viable alternative at input 'version↦jeo''
[8:17] error: 'no viable alternative at input 'org.''
[9:19] error: 'no viable alternative at input 'org.''
[10:14] error: 'mismatched input ')' expecting {')', '.'}'
org/eolang/hone/App.xmir:
[5:16] error: 'no viable alternative at input 'j$org()↦⟦j$eolang()↦⟦j$hone()↦⟦j$App↦jeo''
[6:20] error: 'no viable alternative at input 'version↦jeo''
[7:15] error: 'no viable alternative at input 'org.''
[7:33] error: 'no viable alternative at input 'org.''
[7:79] error: 'mismatched input ')' expecting {')', '.'}'
Full log:
build.log
It seems that xmir-to-phi goal generates corrupted PHI expressions.
These files might be helpful:
App.xmir.disassemble.txt - initial XMIR
App.phi.txt - Output of xmir-to-phi
App.xmir.unphi.txt - Output of phi-to-xmir
I run
xmir-to-phigoal to transformxmirtophiand thenphi-to-xmirtransformation to return back to the originalxmir(nothing in the middle.) Duringphi-to-xmirtransformation I'm getting the following error:Full log:
build.log
It seems that
xmir-to-phigoal generates corrupted PHI expressions.These files might be helpful:
App.xmir.disassemble.txt - initial XMIR
App.phi.txt - Output of
xmir-to-phiApp.xmir.unphi.txt - Output of
phi-to-xmir