CFortranTranslator icon indicating copy to clipboard operation
CFortranTranslator copied to clipboard

A translator from Fortran to C++. We provide statement-wise translation to improve readability.

Results 5 CFortranTranslator issues
Sort by recently updated
recently updated
newest added

Compiling a fortran file shows the message below. Is this expected ? Thanks. unexpected YY_MODULE current token is META_ANY (id = -308) : "module" Cost time: 3

Is the CFortranTranslator project still being actively developed? There are a number of fortran language features that don't seem to be supported. Or even in the TODO list.

I'm trying to istall the CFortrantranslator, and I have configured boost, winflex and winbison. However, when I ran the CFortranTanslator.sln, the following error will occur: for90.tab.cpp 1>c1xx : fatal error...

I'm trying to build in Visual Studio and getting this error I have followed all the steps in the readme. Please advise. ![image](https://github.com/user-attachments/assets/08e24ade-ea60-4803-bf79-a469adcc9d2b)

I compiled this project using MSVC v141 and generated an EXE file without any errors. When I ran the 'hello world' demo, ``` CFortranTranslator.exe -Ff demos/helloworld.f90 > target.cpp Cost time:0...