quarkbox

Build and run TurboPascal applications from Atom

notrodash

218

1

0.1.1

MIT

GitHub

Quarkbox

Quarkbox is an Atom package that allows you to build and run TurboPascal programs. Bundled is the TurboPascal compiler from borlandc.org.

Requirements

Using Quarkbox

Open a .PAS file with Atom. You may need this package for the proper syntax highlighting.

To Build and Run, select the Packages > Quarkbox > Build and Run option or press ctrl+alt+o.

To Build only, select the Packages > Quarkbox > Build option or press ctrl+alt+shift+o.

To Run only, select the Packages > Quarkbox > Run option or press ctrl+alt+cmd+o.

Errors

If there is an error during the compilation of your program, Quarkbox will halt future operations (such as running) and alert the error. The area of code that the compiler specifies will also be highlighted.

License

See LICENSE.md