Skip to content

LinkJVM/pcompiler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Precedence compiler will attempt to automatically compile source code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.4%
  • Shell 1.6%