Skip to content

Commit

Permalink
Merge pull request #649 from guerinoni/fix-example
Browse files Browse the repository at this point in the history
Doc: Fix command to run nano_rust example
  • Loading branch information
zesterer authored Sep 1, 2024
2 parents ad1448f + f8db8f9 commit 9031baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nano_rust.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! This is an entire parser and interpreter for a dynamically-typed Rust-like expression-oriented
//! programming language. See `sample.nrs` for sample source code.
//! Run it with the following command:
//! cargo run --example nano_rust -- examples/sample.nrs
//! cargo run --features="label" --example nano_rust -- examples/sample.nrs

use ariadne::{sources, Color, Label, Report, ReportKind};
use chumsky::prelude::*;
Expand Down

0 comments on commit 9031baf

Please sign in to comment.