Age | Commit message (Collapse) | Author |
|
Closes #115.
|
|
We now handle properly `<?php echo '>'; ?>`.
Closes #117.
|
|
Conflicts:
src/inlines.c
|
|
Closes #43.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See discussion under #157.
|
|
|
|
|
|
It's needed in strbuf_cmp().
|
|
|
|
and the tail.
|
|
the list and the tail."
This reverts commit bc78ad0a182bd322552fd081e30e552c18a87455.
|
|
and the tail.
|
|
|
|
- Test for NULL after allocation
|
|
|
|
|
|
|
|
|
|
Previously something like '# `\' would hang the parser while it
waited for an extra character that wasn't there.
|
|
|
|
|
|
|
|
|
|
|
|
Strchr will return a valid pointer for '\0' when searching a static
string, as the NULL byte is part of the string.
|
|
|
|
|
|
|
|
|
|
|
|
for it to build it from scanner.re (added setting RE2C which contains the path to needed re2c utilitity)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|