Rizin
unix-like reverse engineering framework and cli tools
|
#include <parser.h>
Public Attributes | |
int32_t | lookahead |
TSSymbol | result_symbol |
void(* | advance )(TSLexer *, bool) |
void(* | mark_end )(TSLexer *) |
uint32_t(* | get_column )(TSLexer *) |
bool(* | is_at_included_range_start )(const TSLexer *) |
bool(* | eof )(const TSLexer *) |
Definition at line 46 of file parser.h.
Referenced by scan_number(), and tree_sitter_rzcmd_external_scanner_scan().
Definition at line 50 of file parser.h.
Referenced by ts_lex(), and ts_lex_keywords().
int32_t TSLexer::lookahead |
Definition at line 44 of file parser.h.
Referenced by scan_number(), and tree_sitter_rzcmd_external_scanner_scan().
TSSymbol TSLexer::result_symbol |
Definition at line 45 of file parser.h.
Referenced by scan_number(), and tree_sitter_rzcmd_external_scanner_scan().