Dwarf1er / kode

This is the repository for COMP354 Fall 2021 Kid Algorithm project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kode

Kode is a simple programming language written mostly in natural language. This repository contains the specification and implementation of the language.

Specification

The specification of the language can be found in SPECS.md.

Requirements

You can install the requirments for this project as follows:

Linux

sudo apt install python3

python3 -m venv ./.venv
source ./.venv/bin/active
pip3 install -r requirements.txt

Windows

Install Python from here.

python3 -m venv ./.venv
source ./.venv/bin/Active.ps1
pip3 install -r requirements.txt

Running

You can interpret a file as follows:

python3 run.py /path/to/file.kode

About

This is the repository for COMP354 Fall 2021 Kid Algorithm project


Languages

Language:Python 88.7%Language:HTML 11.3%