These identifer keywords are declared as `Value` variables in the parser that is generated by vembyr, `lcd_idl.cpp`. In this parser, the corresponding values of the nonterminal obtained from the input (the .idl file) is stored in these variables, as shown below
These identifier keywords are declared as `Value` variables in the parser, `lcd_idl.cpp`, which is automatically generated by vembyr. In this parser, the corresponding values of the non-terminal obtained from the input (the .idl file) is stored in these `Value` variables. Here is an example of
storing the values obtained from processing the `ChanInits` non-terminal.