Using Nim Compiler Version 2.2.0 [Linux: amd64]
Installing remotely and locally both fail due to two errors:
src/heinepkg/render.nim(24, 24) template/generic instantiation of `peg` from here
src/heinepkg/render.nim(188, 17) Error: expression 'state.stack' is of type 'seq[string]' and has to be used (or discarded)
This seems to be a regression in
npeg
. I pinned thenpeg
version, which should hopefully resolve the issue.Note that I am no longer really maintaining xidoc because it has turned into a bloated mess. I am working on a new markup language which is designed to be more lightweight and modular.