chappertron / lammps-analyser

A linter for the LAMMPS scripting language
GNU General Public License v2.0
0 stars 0 forks source link

Add location information to all AST nodes #9

Open chappertron opened 2 months ago

chappertron commented 2 months ago

All AST nodes should have location information added to them to support accurate information about the spans of errors.

Ideally, each should have a span field as well as a getter for this.