Skip to content
This repository was archived by the owner on Jan 23, 2021. It is now read-only.

MonliH/coperr-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages