adhocteam / pushup

Pushup is for making modern, page-oriented web apps in Go
https://pushup.adhoc.dev
MIT License
840 stars 30 forks source link

parser: implement panic mode syntax error handling #54

Closed paulsmith closed 1 year ago

paulsmith commented 1 year ago

Change the main Pushup parser and the open tag lexer to use panic() and recover() to handle syntax errors.