*fixed a parsing issue; *updated doc.
This commit is contained in:
parent
80edd2250a
commit
18665824de
2
HISTORY
2
HISTORY
@ -1,5 +1,5 @@
|
|||||||
Feb. 29 2016
|
Feb. 29 2016
|
||||||
Added multiple line comment support
|
Added multi-line comment support
|
||||||
Fixed a crash bug with an invalid expression
|
Fixed a crash bug with an invalid expression
|
||||||
|
|
||||||
Feb. 26 2016
|
Feb. 26 2016
|
||||||
|
Binary file not shown.
@ -11564,6 +11564,7 @@ int mb_load_string(struct mb_interpreter_t* s, const char* l) {
|
|||||||
++i;
|
++i;
|
||||||
++context->parsing_pos;
|
++context->parsing_pos;
|
||||||
};
|
};
|
||||||
|
status = _parse_char(s, MB_EOS, context->parsing_pos, context->parsing_row, context->parsing_col);
|
||||||
status = _parse_char(s, EOF, context->parsing_pos, context->parsing_row, context->parsing_col);
|
status = _parse_char(s, EOF, context->parsing_pos, context->parsing_row, context->parsing_col);
|
||||||
|
|
||||||
_exit:
|
_exit:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user