new Tuple(_lineno, _t, _value)
Creates a new element of a tokenized input stream.
Parameters:
Name | Type | Description |
---|---|---|
_lineno |
number | input position. |
_t |
page.BNF.T | terminal. |
_value |
string | terminal's representation in the input. |
- Source:
- See:
-
- page.BNF.tokenizer
Properties:
Name | Type | Description |
---|---|---|
lineno |
number | input position. |
t |
page.BNF.T | terminal. |
value |
string | terminal's representation in the input. |