chancehudson / ashlang

Apache License 2.0
9 stars 2 forks source link

compiler linter #6

Open chancehudson opened 3 months ago

chancehudson commented 3 months ago

Statements currently disallow semicolons as a terminating character. Writing rust has conditioned me to add semicolons. The compiler could lint the files in place. This seems like a natural extension of the language providing a pre-built linter. Such a linter must be well defined to prevent unwanted changes to files, especially during development.

Proposed features: