chappertron / lammps-analyser

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

Add more fix and compute style checking #6

Open chappertron opened 8 months ago

chappertron commented 8 months ago

Currently, every fix has its number of arguments verified. Only the Nose-Hoover fix styles have their individual arguments check for correctness.

The plan is to incrementally add these and make them easy enough to create new ones.

Currently, no computes or other commands have their arguments checked, other than those that have a special status within the tree sitter grammar, such as the boundary command.