| .. |
|
alloc.h
|
In tests, don’t record allocations while printing debug graphs
|
2016-05-16 10:44:19 -07:00 |
|
array.h
|
Handle allocation failures when copying tree arrays
|
2016-06-14 14:46:49 -07:00 |
|
document.c
|
Rename .read_fn, .seek_fn -> .read, .seek
|
2016-09-06 21:39:10 -07:00 |
|
document.h
|
Replace ts_parser -> parser
|
2016-08-29 12:08:58 -07:00 |
|
error_costs.h
|
Improve error comparison criteria
|
2016-09-01 11:39:23 -07:00 |
|
language.c
|
Store error recovery actions in the normal parse table
|
2016-06-27 14:07:47 -07:00 |
|
language.h
|
Store error recovery actions in the normal parse table
|
2016-06-27 14:07:47 -07:00 |
|
length.h
|
Move logic for lexical error handling outside of lexer functions
|
2016-09-03 23:40:57 -07:00 |
|
lexer.c
|
Rename .read_fn, .seek_fn -> .read, .seek
|
2016-09-06 21:39:10 -07:00 |
|
lexer.h
|
Move logic for lexical error handling outside of lexer functions
|
2016-09-03 23:40:57 -07:00 |
|
node.c
|
Rename ts_node_name -> ts_node_type
|
2016-09-06 21:43:59 -07:00 |
|
node.h
|
Don't create error node in lexer unless token is completely invalid
|
2016-05-26 14:15:10 -07:00 |
|
parser.c
|
Rename ts_document_set_debugger -> ts_document_set_logger
|
2016-09-06 17:40:26 -07:00 |
|
parser.h
|
Replace ts_parser -> parser
|
2016-08-29 12:08:58 -07:00 |
|
reduce_action.h
|
Discard tokens after error detection to find the best repair
|
2016-05-11 13:49:43 -07:00 |
|
stack.c
|
Avoid potential use after free in stack__iter
|
2016-09-05 21:41:33 -07:00 |
|
stack.h
|
Update parse count correctly when repairing errors & undoing reductions
|
2016-09-01 10:04:20 -07:00 |
|
string_input.c
|
Rename .read_fn, .seek_fn -> .read, .seek
|
2016-09-06 21:39:10 -07:00 |
|
string_input.h
|
Move StringInput into its own file
|
2014-08-01 12:43:14 -07:00 |
|
tree.c
|
Pretty-print unexpected EOF errors properly
|
2016-09-03 22:45:18 -07:00 |
|
tree.h
|
Pretty-print unexpected EOF errors properly
|
2016-09-03 22:45:18 -07:00 |
|
utf16.c
|
Support UTF16 directly
|
2015-12-28 13:53:22 -08:00 |
|
utf16.h
|
Support UTF16 directly
|
2015-12-28 13:53:22 -08:00 |