Skip to content

A basic programming language built with Python and PLY.

Notifications You must be signed in to change notification settings

amndns/netflux-language

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netflux-language

A simple programming language implemented in Python. The official documentation is coming soon.

Installation

Download Python 3 here.

Download PLY here.

Usage

Clone the repository and then navigate to the project folder.

To run the netflux command-line interpreter:

$ python3 interpreter.py

To run the interpreter on a file, place your code in a .txt file. and run:

$ python3 interpreter.py <filename.txt>

About

A basic programming language built with Python and PLY.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages