Skip to content
Ido Veltzman edited this page Feb 29, 2024 · 4 revisions

Welcome to the NidhoggScript wiki!

logo

This wiki created to document and help people to use NidhoggScript properly and explain the various available commands.

NidhoggScript in a nutshell

NidhoggScript is a utility for Nidhogg that allows the user to create playbooks on top of it. It does it by "compiling" a specifically structured text file into bytes and translating it back to the appropriate command in the kernel part of Nidhogg, then executing the commands one after the other.

Modes

You can run NidhoggScript in two modes:

  • Compiling: Compile the file into nidhogg script file.
  • Validating: Validate a compiled nidhogg script file.
Clone this wiki locally