h1bAna / vm

My own programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions for building:

(1) Run Make:

make

This will recursively run Make and compile all the necessary subdirectories. It builds an executable "run" which when executed runs the virtual machine.

(2) Execute your program:

./run examples/test.nathan

This runs the test program.

(3)

About

My own programming language


Languages

Language:C 99.0%Language:Makefile 1.0%