parse_aut: add support for #line
Fixes issue #232. * spot/parseaut/parseaut.yy, spot/parseaut/public.hh, spot/parseaut/scanaut.ll: Add support for #line. * tests/core/parseaut.test: Test it. * NEWS: Mention it.
This commit is contained in:
parent
093de290c1
commit
803a61a03d
5 changed files with 63 additions and 16 deletions
6
NEWS
6
NEWS
|
|
@ -191,6 +191,12 @@ New in spot 2.9.6.dev (not yet released)
|
|||
setting SPOT_SIMULATION_REDUCTION environment variable or using the
|
||||
"-x simul-method=..." option (see spot-x(7)).
|
||||
|
||||
- The automaton parser will now recognize lines of the form
|
||||
#line 10 "filename"
|
||||
that may occur *between* the automata of an input stream to specify
|
||||
that error messages should be emitted as if the next automaton
|
||||
was read from "filename" starting on line 10. (Issue #232)
|
||||
|
||||
Python:
|
||||
|
||||
- Bindings for functions related to games.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue