/Gotolang

Primary LanguageJavaScriptBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Gotolang

Gotolang is a programming language designed for providing exact scores in programming competitions. The language is compiled to JavaScript in a special arbitrarily pausable form.

Getting started

Read the instructions.

Write a program using the online editor.

Or try running and editing the example program.

Code files

The compiler and runtime are located in gotolang.js. interface.html is an editor and an interface for running code. The interface relies on the library files dom.js and kissc.js, no other resources are necessary for running the compiler and interface.