menu
petitparser_examples package
documentation
smalltalk.dart
SmalltalkGrammarDefinition
comment method
comment method
dark_mode
light_mode
comment
method
Parser
comment
(
)
Implementation
Parser comment() => char('"').seq(char('"').neg().star()).seq(char('"'));
petitparser_examples package
documentation
smalltalk
SmalltalkGrammarDefinition
comment method
SmalltalkGrammarDefinition class