Diffdown is a real-time collaborative Markdown editor/previewer built on the AT Protocol diffdown.com
1# @lezer/common 2 3[ [**WEBSITE**](http://lezer.codemirror.net) | [**ISSUES**](https://github.com/lezer-parser/lezer/issues) | [**FORUM**](https://discuss.codemirror.net/c/lezer) | [**CHANGELOG**](https://github.com/lezer-parser/common/blob/master/CHANGELOG.md) ] 4 5[Lezer](https://lezer.codemirror.net/) is an incremental parser system 6intended for use in an editor or similar system. 7 8@lezer/common provides the syntax tree data structure and parser 9abstractions for Lezer parsers. 10 11Its programming interface is documented on [the 12website](https://lezer.codemirror.net/docs/ref/#common). 13 14This code is licensed under an MIT license.