erg-lang / erg

A statically typed language compatible with Python
http://erg-lang.org
Apache License 2.0
2.68k stars 55 forks source link

feat: check doc comments by the compiler #412

Closed mtshiba closed 1 year ago

mtshiba commented 1 year ago

With this PR, the compiler will now perform checks on doc-comments. If a compile error occurs within a doc-comment, the code cannot be executed.