conlang: Docs!

This commit is contained in:
2025-01-29 05:07:08 -06:00
parent 3534be5fbc
commit 0c2b0002ce
3 changed files with 10 additions and 3 deletions

View File

@@ -8,6 +8,7 @@
//! - [Assign], [Binary], and [Unary] expressions
//! - [ModifyKind], [BinaryKind], and [UnaryKind] operators
//! - [Ty] and [TyKind]: Type qualifiers
//! - [Pattern]: Pattern matching operators
//! - [Path]: Path expressions
#![warn(clippy::all)]
#![feature(decl_macro)]