>>12637517LEMON parser generator. 2 is the key to the grammar rules
A parser generator takes a grammar as input and automatically generates source code that can parse streams of characters using the grammar. The generated code is a parser, which takes a sequence of characters and tries to match the sequence against the grammar.
>ive posted this several times noone cares