Re: [GHC] #653: Changeable lexer/parser (like DynFlags.log_action)

2011-05-26 Thread GHC
#653: Changeable lexer/parser (like DynFlags.log_action)
-+--
  Reporter:  Lemmih  |  Owner:  
  Type:  feature request | Status:  closed  
  Priority:  low |  Milestone:  _|_ 
 Component:  Compiler|Version:  6.4.1   
Resolution:  fixed   |   Keywords:  
  Testcase:  N/A |  Blockedby:  
Difficulty:  Moderate (less than a day)  | Os:  Unknown/Multiple
  Blocking:  |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown|  
-+--
Changes (by simonmar):

  * status:  new => closed
  * failure:  => None/Unknown
  * resolution:  => fixed


Comment:

 The GHC API exposes separate phases, so you can replace the provided

 {{{
 parseModule :: GhcMonad m => ModSummary -> m ParsedModule
 }}}

 with your own if you wish.

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #653: Changeable lexer/parser (like DynFlags.log_action)

2007-01-25 Thread GHC
#653: Changeable lexer/parser (like DynFlags.log_action)
-+--
 Reporter:  Lemmih   |  Owner:  
 Type:  feature request  | Status:  new 
 Priority:  low  |  Milestone:  _|_ 
Component:  Compiler |Version:  6.4.1   
 Severity:  normal   | Resolution:  
 Keywords:   | Difficulty:  Moderate (1 day)
 Testcase:  N/A  |   Architecture:  Multiple
   Os:  Multiple |  
-+--
Changes (by igloo):

  * milestone:  => _|_

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #653: Changeable lexer/parser (like DynFlags.log_action)

2006-10-20 Thread GHC
#653: Changeable lexer/parser (like DynFlags.log_action)
-+--
 Reporter:  Lemmih   |  Owner:  
 Type:  feature request  | Status:  new 
 Priority:  low  |  Milestone:  
Component:  Compiler |Version:  6.4.1   
 Severity:  normal   | Resolution:  
 Keywords:   | Difficulty:  Moderate (1 day)
 Testcase:  N/A  |   Architecture:  Multiple
   Os:  Multiple |  
-+--
Changes (by igloo):

  * testcase:  => N/A

Comment:

 Does the GHC API provide what is needed for this?

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #653: Changeable lexer/parser (like DynFlags.log_action)

2006-08-07 Thread GHC
#653: Changeable lexer/parser (like DynFlags.log_action)
---+
  Reporter:  Lemmih|  Owner:  
  Type:  feature request   | Status:  new 
  Priority:  low   |  Milestone:  
 Component:  Compiler  |Version:  6.4.1   
  Severity:  normal| Resolution:  
  Keywords:| Os:  Multiple
Difficulty:  Moderate (1 day)  |   Architecture:  Multiple
---+
Changes (by simonmar):

  * milestone:  6.6 =>

Comment:

 Not gonna happen in 6.6...

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


[GHC] #653: Changeable lexer/parser (like DynFlags.log_action)

2006-01-13 Thread GHC
#653: Changeable lexer/parser (like DynFlags.log_action)
+---
Reporter:  Lemmih   |Owner:  
Type:  feature request  |   Status:  new 
Priority:  low  |Milestone:  6.6 
   Component:  Compiler |  Version:  6.4.1   
Severity:  normal   | Keywords:  
  Os:  Multiple |   Difficulty:  Moderate (1 day)
Architecture:  Multiple |  
+---
It would be very convenient for projects such as 'Haskell Server Pages' if
 the GHC library allowed the user to supply his own lexer and parser.

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs