Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing support for EQUIVALENCE statement #40

Open
sbinet opened this issue Mar 4, 2021 · 2 comments
Open

missing support for EQUIVALENCE statement #40

sbinet opened this issue Mar 4, 2021 · 2 comments

Comments

@sbinet
Copy link

sbinet commented Mar 4, 2021

hi,

I was trying out transpiling one last remnant of a FORTRAN dependency from CERN: CERNLIB, and more precisely its ZEBRA library.:

$> curl -O -L https://raw.githubusercontent.com/root-project/root/master/misc/minicern/src/zebra.f
$> f4go -p minicern ./zebra.f
[...]
Scan: end of postprocessor
           ./zebra.f : Parsing error :  EQUIVALENCE ( CQLETT ( 1 ) , CQALLC ( 1 : 1 ) )
           ./zebra.f : Parsing error :  EQUIVALENCE ( CQNUM ( 1 ) , CQALLC ( 27 : 27 ) )
[...]
           ./zebra.f : Parsing error :  EQUIVALENCE ( IQTABV ( 1 ) , LQPSTO )
           ./zebra.f : Parsing error :  EQUIVALENCE ( LQRS , LQSYSS ( 7 ) )
@Konstantin8105
Copy link
Owner

Hello,
I am glad to see you on my project.
That function EQUIVALENCE is not clear for myself to implemented on Golang. It look like working with Go package unsafe, but I have not plans for create implementation.

@Konstantin8105
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants