Skip to content

claw-project/xcodeml-tools

 
 

Repository files navigation

README

How to install

$ ./configure --prefix=(INSTALL PATH)
$ make
$ make install
$ export PATH=(INSTALL PATH)/bin:$PATH

Run

$ C_Front a.c -o a.xml
$ C_Back  a.xml

$ F_Front a.f90 -o a.xml
$ F_Back  a.xml

Build Status

About

frontend and backend for C and Fortran

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C 55.0%
  • Java 13.8%
  • Fortran 12.8%
  • C++ 8.1%
  • Shell 5.7%
  • Yacc 2.9%
  • Other 1.7%