alhassanalbadri / systemverilog-linter

Robust SystemVerilog Linter and Formatter to enhance code quality and ensure standards compliance. Perfect for hardware designers seeking efficient verification and readable code.
http://verilog.alhassan.dev/
Apache License 2.0
1 stars 0 forks source link

Error Detection #5

Closed alhassanalbadri closed 2 months ago

alhassanalbadri commented 2 months ago

Description:

Incorporating a basic error detection mechanism. This feature will initially focus on identifying common syntax errors within user-provided SystemVerilog code. By doing so, it will provide users with immediate, actionable feedback to improve code accuracy and readability.

Todo List:

Expected Outcome:

By implementing these features, I expect a more seamless interface provided for the user. Highlighting lines with issues and pointing it out for users to fix.

alhassanalbadri commented 2 months ago

Done in 71ed26d