Select Git revision
macro
Forked from
Dynare / preprocessor
682 commits behind the upstream repository.
Sébastien Villemot
authored
There were two bugs: – with the LF convention, newlines were counted twice – with the CR+LF convention, they were counted four times (because the CR was included in yyleng, alongside the LF) The fix consists in implementing a location_increment() method similar to the one used for the Dynare parser. This is the most robust solution. By the way, mark the method DynareFlex::location_increment() method static.
Name | Last commit | Last update |
---|---|---|
.. | ||
Directives.cc | ||
Directives.hh | ||
Driver.cc | ||
Driver.hh | ||
Environment.cc | ||
Environment.hh | ||
Expressions.cc | ||
Expressions.hh | ||
ForwardDeclarationsAndEnums.hh | ||
Makefile.am | ||
Parser.yy | ||
Tokenizer.ll |