An implementation of the var'aq programming language in golang
Go to file
zongor ef1d37cdfc Add v1 of var'aq interpereter 2022-09-03 23:15:35 -04:00
.vscode Add v1 of var'aq interpereter 2022-09-03 23:15:35 -04:00
examples Add v1 of var'aq interpereter 2022-09-03 23:15:35 -04:00
varaq Add v1 of var'aq interpereter 2022-09-03 23:15:35 -04:00
.gitignore Add v1 of var'aq interpereter 2022-09-03 23:15:35 -04:00
LICENSE Add v1 of var'aq interpereter 2022-09-03 23:15:35 -04:00
README.md Add v1 of var'aq interpereter 2022-09-03 23:15:35 -04:00
SPEC.md Add v1 of var'aq interpereter 2022-09-03 23:15:35 -04:00
build.sh Add v1 of var'aq interpereter 2022-09-03 23:15:35 -04:00
go.mod Add v1 of var'aq interpereter 2022-09-03 23:15:35 -04:00
main.go Add v1 of var'aq interpereter 2022-09-03 23:15:35 -04:00

README.md

var'aq programming language

This is an implementation of the var'aq programming language created by Brian Connors, with some help from Chris Pressey and Mark Shoulson.

It follows the spec for the original var'aq language.

This interpreter accepts both English and Klingon commands.

I have created an updated spec that describes this implementation of the language without the flavortext or addendums of the original.

Also included are some example programs written in the Klingon version and English version of var'aq.

This is a fan made project not connected with the Star Trek people (i.e. Paramount/CBS).