An implementation of the var'aq programming language in golang
Go to file
chakr 9e4eac6f12 add pick op, increment version 2023-02-19 11:07:46 -05:00
.vscode Add v1 of var'aq interpereter 2022-09-03 23:15:35 -04:00
examples add pick op, increment version 2023-02-19 11:07:46 -05:00
varaq add pick op, increment version 2023-02-19 11:07:46 -05:00
.gitignore Add v1 of var'aq interpereter 2022-09-03 23:15:35 -04:00
LICENSE fix listen, dump; add over, rot, depth, aoc 2022 2022-12-23 10:25:05 -05:00
README.md Add v1 of var'aq interpereter 2022-09-03 23:15:35 -04:00
SPEC.html add pick op, increment version 2023-02-19 11:07:46 -05:00
SPEC.md add pick op, increment version 2023-02-19 11:07:46 -05:00
build.sh fix listen, dump; add over, rot, depth, aoc 2022 2022-12-23 10:25:05 -05:00
buildall.sh fix listen, dump; add over, rot, depth, aoc 2022 2022-12-23 10:25:05 -05:00
go.mod Add v1 of var'aq interpereter 2022-09-03 23:15:35 -04:00
main.go add pick op, increment version 2023-02-19 11:07:46 -05: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).