Illyrix / irtool

A tool for translating COBOL to LLVM-IR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A tool for translating COBOL to LLVM-IR

Requirement

  • GnuCOBOL >= 2.1.0
  • clang >= 3.8.0
  • diff >= 3.3 Support Linux only.

Compile

git clone git@github.com:Illyrix/irtool.git
cd irtool
cmake .
make

Usage

use ./irtool -h or ./irtool --help to view usage page

License

GPLv3

About

A tool for translating COBOL to LLVM-IR

License:GNU General Public License v3.0


Languages

Language:C 99.1%Language:CMake 0.9%