[GHC] #4243: Make a proper options parser for the RTS

GHC ghc-devs at haskell.org
Mon Jan 11 11:05:04 UTC 2016


#4243: Make a proper options parser for the RTS
-------------------------------------+-------------------------------------
        Reporter:  igloo             |                Owner:
            Type:  task              |               Status:  new
        Priority:  normal            |            Milestone:  8.0.1
       Component:  Runtime System    |              Version:  6.13
      Resolution:                    |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:  7535
 Related Tickets:  #9839             |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by dobenour):

 Would it be okay to use [http://re2c.org re2c] to generate the RTS options
 parser? I have a patch that provides a proper options parser using it.

 Existing libraries like getopt did not seem suitable, due to the non-
 standard format of the RTS flags.

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/4243#comment:20>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list