DQNEO / babygo

babygo👶 is a small Go compiler made from scratch, which can compile itself. It's going to be the smallest and simplest go compiler in the world.
MIT License
291 stars 20 forks source link

Show column number in FileSet.Position() #104

Open DQNEO opened 1 year ago

DQNEO commented 1 year ago

Currently, only line number is shown. It would be nice if we could follow the official go compiler:

e.g.

./main.go:1901:1: syntax error: non-declaration statement outside function body