Wave is a markup language written in Go that transpiles its syntax to HTML with inline CSS.
- Clone Wave on yout system:
$ git clone https://www.github.com/KILLinefficiency/Wave.git
- Compile Go from the source code:
$ cd Wave
$ make
The documentation is available in the guide
directory in this repository.
The documentation for Wave is written in Wave itself. It is available as a Wave script as well as a complete transpiled HTML document.