Skip to content

sjkingo/zerp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zerp - a collection of utilities for Z

zerp is a collection of utilities for Z, a toy programming language similar in syntax to Python and Pascal. It targets a virtual machine written in Python that supports a limited instruction set.

For more information on Z, see the language reference. The internals of the compiler and virtual machine are discussed in the design document.

zerp targets Python 3.4+ only.

Dependencies

Before using zvm, you must make sure your Python installation contains Tkinter. On Fedora, this will be:

$ sudo dnf install python3-tkinter

About

zerp is a collection of utilities for Z, a toy programming language similar in syntax to Python and Pascal

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published