mewspring / demo

Grammar and parser for the demo file format as used by DevilutionX.

Repository from Github https://github.commewspring/demoRepository from Github https://github.commewspring/demo

demo

The aim of this repository is to make it trivial to parse and analyze the *.dmo file format of DevilutionX, as used for input event demo recording and replay.

To facilitate this effort, lexers and parses are automatically generated from a BNF grammar for the demo file format.

Installation

go install github.com/mewspring/demo/cmd/demo_dump@master

Usage

demo_dump FILE.dmo

About

Grammar and parser for the demo file format as used by DevilutionX.

License:The Unlicense


Languages

Language:Go 93.2%Language:Tcl 5.6%Language:Makefile 1.2%