kaleidawave / prism

(No longer in development). Experimental compiler for building isomorphic web applications with web components.
MIT License
110 stars 1 forks source link

Language parsing breaks with tabs #29

Closed kaleidawave closed 3 years ago

kaleidawave commented 3 years ago

Currently the tab characters (\t) are considered a ident token and so breaks during building up the AST structure. Needs fixing to consider the tab character the same as whitespace 🔧