- Added support for ':', '.' and '_' in attribute name
- fix: less than (<) in expressions
- fix unquoting string attributes. closes: #2
- handle jsx elements within strings. closes: #1
- fix when jsx immediately after {
- remove fmt
- pass lexing errors through
- fix lexing inner fragments
- fix parsing components with a dot.
- add support for jsx comments
- add support for exprs inside exprs
- better line tracking and states always return back to initial state
- improve string values
- add visitor support
- initial commit