#44: Move commandline functions out of compilers/imcc/main.c
-------------------------+--------------------------------------------------
 Reporter:  whiteknight  |       Owner:     
     Type:  bug          |      Status:  new
 Priority:  minor        |   Milestone:     
Component:  imcc         |     Version:     
 Severity:  low          |    Keywords:     
     Lang:               |       Patch:     
 Platform:  all          |  
-------------------------+--------------------------------------------------
 There are a number of functions dealing with parrot's commandline in
 compilers/imcc/main.c. Assuming that we're moving away from IMCC
 eventually, and that we're going to want this commandline behavior to
 remain mostly constant even after we switch the PIRC, I suggest we move
 these functions into src/main.c instead (if we want them to only be in
 ./parrot and not libparrot) or into a separate file entirely (like
 src/commandline.c).

 Thoughts?

 --Andrew Whitworth

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/44>
Parrot <http://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to