Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 445 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 445 Bytes

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