parser
Constructor Summary
Public Constructor | ||
public |
|
Method Summary
Public Methods | ||
public |
at_end(): * |
|
public |
copy(): * |
|
public |
error(tok: *, msg: *) |
|
public |
expect(type: *, msg: *): * |
|
public |
input(data: *) |
|
public |
next(): * |
|
public |
|
|
public |
parse(data: *, err_on_unconsumed: *): * |
|
public |
peek(): * |
|
public |
peek_i(i: *): * |
|
public |
peeknext(): * |
Public Constructors
public constructor() source
Public Members
public errfunc: * source
public lexer: * source
public start: * source
public userdata: * source
Public Methods
public error(tok: *, msg: *) source
Params:
Name | Type | Attribute | Description |
tok | * | ||
msg | * |
public expect(type: *, msg: *): * source
Params:
Name | Type | Attribute | Description |
type | * | ||
msg | * |
Return:
* |
public input(data: *) source
Params:
Name | Type | Attribute | Description |
data | * |
public parse(data: *, err_on_unconsumed: *): * source
Params:
Name | Type | Attribute | Description |
data | * | ||
err_on_unconsumed | * |
Return:
* |