id property

Parser id

Implementation

Parser get id => (letter() & (word() | char('_')).star()).flatten().trim();