Added python scripts which generate markdown table for GitLab Wiki

To accomplish task 1 of #665 , all intrinsic functions were added to the wiki page in the form of a table which lists all the intrinsic functions in fortran along with the basic tests and implementation status of each intrinsic function. For each intrinsic function, it also lists all the test files which test the intrinsic function and for each test file, it also mentions if the test file is supported in llvm or not.

I wrote python scripts for generating the table, so that if there are any (repetitive) changes to be made to the table, it would be easy as we need to make the specific change in the python scripts and they will generate the required table.

In this MR, I have added those python scripts in the integration_tests/scripts directory. Along with the scripts, I have also added a README.MD file which contains steps to generate the table. Currently, there are also some intermediary psv files present which can be regenerated using the scripts and table_16.1_raw_data.txt files.

Please review and share if there are any modifications needed.

Edited by Ubaid Shaikh

Merge request reports

Loading