An open API service indexing awesome lists of open source software.

https://github.com/niklaskorz/nklang

A programming language interpreter written in Go
https://github.com/niklaskorz/nklang

formal-languages golang interpreter lexer parser semantics

Last synced: 9 months ago
JSON representation

A programming language interpreter written in Go

Awesome Lists containing this project

README

          

# nklang

A parser and interpreter for a selfmade programming language.

## But why?

Why not, it's fun.

## Installation

```
go get github.com/niklaskorz/nklang/cmd/nklg
```

Then, the interpreter can be used as `nklg some_file.nk` to run code from a file or `nklg` without any arguments to run the repl.