This commit is contained in:
Anton-4 2022-10-26 13:23:59 +02:00
parent 5e67aa0a63
commit dc93985281
No known key found for this signature in database
GPG Key ID: A13F4A6E21141925

View File

@ -1,6 +1,6 @@
//! Library to represent the [Abstract Syntax Tree](https://en.wikipedia.org/wiki/Abstract_syntax_tree). //! Library to represent the [Abstract Syntax Tree](https://en.wikipedia.org/wiki/Abstract_syntax_tree).
//! //!
//! Used by roc_editor. In contrast to the compiler, //! Used by roc_editor. In contrast to the compiler,
//! In contrast to the compiler, the types in this //! In contrast to the compiler, the types in this
//! AST do not keep track of the location of the matching code in the source file. //! AST do not keep track of the location of the matching code in the source file.
pub mod ast_error; pub mod ast_error;