Skip to content

pepplejoshua/nala

Repository files navigation

nala

An Interpreter/Compiler project written in Go (to learn Go).

To Run REPL:

go run main.go

To Interprete File:

go run main.go filename

Note: File must be in the nl/ subfolder

To Inteprete nl/sample.nl (all Nala files have .nl extensions, but you can forgo the extension when passing file for interpretation):

go run main.go sample

About

An Interpreter/Compiler project written in Go (to learn Go) to support 2 languages: Nala and Ellisp

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published