Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Latest commit

 

History

History
39 lines (26 loc) · 1.18 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.18 KB

SeekWhence

A simple programming language built around mathematical sequences as a primitive.

SeekWhence was created in 28 hours over the course of a week for LangJam 2.

Installation

  • Clone or download the source
  • Make sure you have Python 3.8.10 or higher installed

To run a SeekWhence script, run

chmod +x ./seekwhence
./seekwhence [script path]

To run all interpreter tests, run

python3 src/test.py tests

Examples

You can find several examples of SeekWhence programs in the examples folder. Most of these also serve as the test cases for the interpreter and standard library; you can find the descriptions of their expected output in the tests folder.

Language Documentation