/tokay-docs

Documentation for the Tokay programming language

MIT LicenseMIT

Tokay Documentation

This repository contains the documentation for the Tokay programming language. The latest, rendered version of this documentation can be found here.

The Tokay programming language itself is under heavy development and can be found at https://github.com/tokay-lang/tokay.

Syntax highlighting

Tokay syntax highlighing support is defined in tokay-highlight/. This folder contains an Makefile and utility awk script to inject the code into mdBook's original theme/highight.js. It is a little bit tricky, but doesn't require to fork highlight.js or integrate any npm quirks here.