Skip to content

jawnyawns/prim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prim

Prim is a programming language I am building. It is experimental, expect instability and breaking changes!

For more details, see the working doc.

Usage

Requires Python 3.12 or higher.

Here's an example of how to execute a Prim program using the interpreter.

python3 -m prim examples/factorial.prim

Development

Run unit tests.

python3 -m unittest discover -s test/*

Run type checking.

mypy -p prim --strict

Copyright

© John Chin-Jew. All rights reserved.

About

Interpreter for the Prim language.

Topics

Resources

Stars

Watchers

Forks

Languages