/tokn

A toy programming language.

Primary LanguageGo

Please don't use this as an example of anything

Tokn

A toy programming language. A very not-serious project. Implemented in ~3 hours.

description
p [string or variable] Prints a string or variable
pln [string or variable] Prints a string or variable followed by a new line
var [name] [string] Stores a variable
"[string]" A string literal

Usage

go run main.go test.tokn