/pcompiler

Precedence compiler will attempt to automatically compile source code.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

pcompiler (Precedence Compiler)

pcompiler is an automatic source code compiler. Given a set of input files, pcompiler will attempt to create an executable out of them.

pcompiler is not robust enough to compile large or complex projects, but is extremely simple to use.

Requirements

  • Qt 4.7 or higher

Building

mkdir build
cd build
cmake ..
make
make install

Authors

  • Braden McDorman

License

pcompiler is released under the terms of the GPLv3 license. For more information, see the LICENSE file in the root of this project.