Skip to content

Developers waste time debugging trivial syntax errors like missing semicolons, parentheses, or curly braces that modern IDEs should catch but sometimes don't in lightweight editors or during quick edits.

Notifications You must be signed in to change notification settings

BoopyCode/syntax-shaman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Syntax Shaman

A lightweight syntax error detector for when your IDE is taking a coffee break. Scans code files for common punctuation sins like missing semicolons and unclosed brackets. Run: python syntax_shaman.py yourfile.js

About

Developers waste time debugging trivial syntax errors like missing semicolons, parentheses, or curly braces that modern IDEs should catch but sometimes don't in lightweight editors or during quick edits.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages