blynn / nex

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

Make this compatible with "go get" #14

Closed zhemao closed 10 years ago

zhemao commented 10 years ago

Should be as simple as renaming nex.go to main.go.

blynn commented 10 years ago

Done.

It's not the nex.go that needs renaming. Rather, Go files outside the main package must be moved out. I therefore moved nex_test.go to its own subdirectory, along with all the files it uses.