MonliH / coperr-lang

A programming language made in python 3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A programming language made in python 3.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%