Skip to content
/ pyc Public

Interpreted C-like programming language written with Python 3.

License

Notifications You must be signed in to change notification settings

876pol/pyc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyc

PYC is an interpreted C-like programming language written with Python 3.

This repo also contains a demo editor, built using ReactJS on the frontend (hosted on Vercel) and FastAPI on the backend (hosted on Fly.io), allows you to write and test code in PYC. Test out PYC here!

Features

  • Initializing variables
  • Evaluating expressions
  • Control structures
  • Functions
  • Arrays
  • C-like syntax

Documentation

See the full documentation here.

Installation

To clone this repository and run a program:

git clone https://github.com/876pol/pyc.git
cd pyc
python pyc examples/hello_world.pysc

More sample programs can be found in /examples.

About

Interpreted C-like programming language written with Python 3.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published