Skip to content

Dylooz/PyCricket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyCricket

A simple logic gate based programming language, with the ability to declare class-like structures to add more power to the language. ccricket is the compiler, which will produce a bytecode file. Then, this file can be run in Cricket's specialised execution engine, which is run via the crickets (Cricket Shell) program.

Sample Usage:

Compilation: (Assuming an input file of prog.ckt and an output bytecode file of prog)

ccricket prog.ckt prog

Execution:

crickets prog

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages