Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 365 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 365 Bytes

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