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

pushing working parser #1

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>mkmf2</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.python.pydev.PyDevBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.python.pydev.pythonNature</nature>
</natures>
</projectDescription>
5 changes: 5 additions & 0 deletions .pydevproject
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?eclipse-pydev version="1.0"?><pydev_project>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python interpreter</pydev_property>
</pydev_project>
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# How to run a parser test

1. git clone the diyorzakirov07/mkmf2 branch.
2. cd to mkmf2.
3. Run the parserTest.py script that requiers a path to the .F90 file or use 'diag_manager.F90'.

**Example:**
```
python parserTest.py path/to/your/file
or
python parserTest.py diag_manager.F90
```

4. The script will print out all the module dependencies the file has.


# mkmf2
mkmf2 is a tool to create Makefile.am files based on fortran module depenencies.
1. mkmf2 is a Python script
Expand Down
Binary file added __pycache__/parse.cpython-37.pyc
Binary file not shown.
Binary file added __pycache__/parseShort.cpython-37.pyc
Binary file not shown.
Binary file added __pycache__/parserTest.cpython-37.pyc
Binary file not shown.
64 changes: 64 additions & 0 deletions html/annotated.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added html/bc_s.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/bdwn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
237 changes: 237 additions & 0 deletions html/classdiag__manager__mod.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading