BooleanLiteral top-level property
          
          ChoiceParser
          BooleanLiteral
          
        
final
        133s 	BooleanLiteral 	::= 	'true' | 'false'
Implementation
final BooleanLiteral = string('true') | string('false');133s 	BooleanLiteral 	::= 	'true' | 'false'
final BooleanLiteral = string('true') | string('false');