blynn / nex

Lexer for Go
http://cs.stanford.edu/~blynn/nex/
GNU General Public License v3.0
416 stars 47 forks source link

argument like go tool yacc's -p to change names of stuff #23

Closed ellisonch closed 8 years ago

ellisonch commented 9 years ago

It would be great if nex had an argument just like yacc's -p to change yy to other things. As it is, I seem to have to write a bunch of wrapper code to make things line up.

ellisonch commented 8 years ago

Thanks!