An implementation of the var'aq programming language in golang
Go to file
zongor 6dbe6ec436 add ability to handle other requets than GET 2024-07-12 22:37:22 -04:00
examples add ability to handle other requets than GET 2024-07-12 22:37:22 -04:00
varaq add ability to handle other requets than GET 2024-07-12 22:37:22 -04:00
.gitignore ignore 2023-05-15 19:06:52 -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.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 wasm build 2024-07-12 00:30:26 -04:00
go.mod Add v1 of var'aq interpereter 2022-09-03 23:15:35 -04:00
main.go fix wasm build 2024-07-12 00:30:26 -04:00
webmain.go fix wasm build 2024-07-12 00:30:26 -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).