/ponicvm

Primary LanguageGoMIT LicenseMIT

Ponic logo

PonicVM

Status GitHub Issues GitHub Pull Requests License


PonicVM is a register-based virtual machine for the Ponic language

Hello World

Hello

Greet

Greet

Fibonacci Sequence

Fib

📝 Table of Contents

🏁 Getting Started

Prerequisites

The project requires you to have Go installed.

brew install go

Installing

Clone the repo

git clone https://github.com/danecwalker/ponicvm

Run the VM

go run .

✍️ Authors