-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Ido Veltzman edited this page Feb 29, 2024
·
4 revisions
This wiki created to document and help people to use NidhoggScript properly and explain the various available commands.
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.
You can run NidhoggScript in two modes:
- Compiling: Compile the file into nidhogg script file.
- Validating: Validate a compiled nidhogg script file.