PyCPlus
PyCPlus is a custom programming language constructed on Ruby for a first-year school project at Linköping University,
part of the IP-program.
It includes common functionalities found in programming languages, featuring a clear and concise syntax.
Installation
To install PyCPlus, you can simply use RubyGems:
gem install pycplus
Flags
Several flags can be used with the gem.
Type the following command to see the available flags:
pycplus -h
Usage
The programming language is to be used with files of type .pcp.
To run a file, navigate to the directory where the file is located and type the following command:
pycplus filename.pcp
Unit testing
Unit tests can be ran from the projects test directory.
Navigate to the projectfolder and type the following command:
rake
Additional documentation
Additional documentation about the language and system can be found in the 'doc' directory. This documentation is in Swedish.