Closed enjoysmath closed 4 years ago
You are not giving it a valid Pegged grammar. You need to start with the name of the grammar followed by a colon. For example: https://github.com/PhilippeSigaud/Pegged/wiki.
Please close if this solved your issue.
mixin(grammar(typeCheckerGrammar));
Gives static assert error on most basic grammar. To recreate:
Install Visual Studio 2019 Community. Install VisualD. At command line: dub init my_project cd my_project dub build dub generate