Ticket #45 (closed bug report: fixed)
Unrecognized pragmas in declaration position make the layout wacky
| Reported by: | nibro | Owned by: | nibro |
|---|---|---|---|
| Priority: | major | Milestone: | Full code support |
| Component: | parser | Version: | 0.5.6 |
| Keywords: | Cc: |
Description
This fails to parse:
{-# OPTIONS #-}
{-# LINE 49 "src/Language/C/Parser/Lexer.x" #-}
module Fail where
The reason is that the lexer doesn't emit a virtual semi-colon after the unrecognized LINE pragma closes. I currently don't know how to fix this.
Change History
Note: See
TracTickets for help on using
tickets.
