export interface LexerSettings { sourceText?: string autoSkipSpaces?: boolean autoSkipNewlines?: boolean cStyleLineComments?: boolean cStyleBlockComments?: boolean bashStyleLineComments?: boolean rqePlainValues?: boolean }