1.3.2 Creating a Parser Project File

Now that we have created a parser, we can create a parser project.

A parser project file consists of references to parser files.

The parser project file syntax is described in this document.

project minilang.spg;
parser <type_parser.parser>;