alex / bagel

Bagels are delicious
BSD 3-Clause "New" or "Revised" License
22 stars 1 forks source link

Do a better job tracking source position #73

Open alex opened 10 years ago

alex commented 10 years ago

For error messages and everything else, we need good source position information. Right now the lexer captures it, but the AST throws it away. We need to keep that info around so we can do nice error messages.