Parser
Original wikiparser from NSC
Attributes
- Authors:
Ingo Maier
Manohar Jonnalagedda
Gilles Dubochet
- Graph
- Supertypes
- Self type
Members list
Value members
Concrete methods
eol ::= { whitespace } '\n'
Attributes
Checks if the current line is formed with more than one space and one the listStyles
Checks if the current line is formed with more than one space and one the listStyles
Attributes
Where n and m stand for the number of spaces. When m > n
, a new list is nested.
nListBlock ::= nLine { mListBlock }
nLine ::= nSpc listStyle para '\n'
Where n and m stand for the number of spaces. When m > n
, a new list is nested.
Attributes
Eliminates the (common) leading spaces in all lines, based on the first line For indented pieces of code, it reduces the indent to the least whitespace prefix:
Eliminates the (common) leading spaces in all lines, based on the first line For indented pieces of code, it reduces the indent to the least whitespace prefix:
indented example
another indented line
if (condition)
then do something;
^ this is the least whitespace prefix
Attributes
table ::= headerRow '\n' delimiterRow '\n' dataRows '\n'
content ::= inline-content
row ::= '|' { content '|' }+
headerRow ::= row
dataRows ::= row*
align ::= ':' '-'+ | '-'+ | '-'+ ':' | ':' '-'+ ':'
delimiterRow :: = '|' { align '|' }+
Attributes
Inherited methods
Attributes
- Inherited from:
- CharReader
Attributes
- Inherited from:
- CharReader
Attributes
- Inherited from:
- CharReader
Attributes
- Inherited from:
- CharReader
Attributes
- Inherited from:
- CharReader
Attributes
- Inherited from:
- CharReader
Attributes
- Inherited from:
- CharReader
Attributes
- Inherited from:
- CharReader
Jumps all the characters in chars, consuming them in the process.
Jumps all the characters in chars, consuming them in the process.
Attributes
- Returns:
true only if the correct characters have been jumped
- Inherited from:
- CharReader
Jumps a character and consumes it
Jumps a character and consumes it
Attributes
- Returns:
true only if the correct character has been jumped
- Inherited from:
- CharReader
Attributes
- Inherited from:
- CharReader
Attributes
- Inherited from:
- CharReader
Attributes
- Inherited from:
- CharReader
Attributes
- Inherited from:
- CharReader
Attributes
- Inherited from:
- CharReader
Attributes
- Inherited from:
- CharReader
Attributes
- Inherited from:
- CharReader
Attributes
- Inherited from:
- CharReader
Attributes
- Inherited from:
- CharReader
Attributes
- Inherited from:
- CharReader
Inherited fields
Attributes
- Inherited from:
- CharReader