Please don't use this as an example of anything
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 |
go run main.go test.tokn