/coperr-lang

A programming language made in python 3.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Coperr

Documentation Status License Star

A programming language made in python 3. Inspired by C++, C, Java, and mainly Python. Coperr's Logo

Documentation

Take a look at the readthedocs for the main website/documentation. (not complete) This programming language is not pracitcal. I made it to learn more about parsers, lexers, PLY, etc... I will not continue creating this language.

Dependencies

Dependencies for coperr are Python 3 and PLY (Python-Lex-Yacc)

pip3 install ply
OR
pip install ply

Using Coperr

To use coperr, simply run the run the coperr.py file in the command line.

On MacOS or Linux:

python3 coperr.py coperr_file.cprr

On windows, add python to your PATH then run:

python coperr.py coperr_file.cprr