mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
adding crates/README.md for rust docs
This commit is contained in:
parent
f0b65048cd
commit
04903295f8
5 changed files with 148 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
//! Provides AST library for Roc
|
||||
//!
|
||||
//! AST is used by roc_editor and (soon) roc_docs. In contrast to the compiler,
|
||||
//! these types do not keep track of a location in a file.
|
||||
pub mod ast_error;
|
||||
mod builtin_aliases;
|
||||
mod canonicalization;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue