We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25eb22d + 3aec6f9 commit 632cc62Copy full SHA for 632cc62
README.md
@@ -14,6 +14,7 @@ Rust製パーサジェネレータ
14
$ cargo run --example expr
15
(10+20)/((30*40)-50)
16
Accepted : (Expr (Term (Term (Num "(" (Expr (Expr (Term (Num "10"))) "+" (Term (Num "20"))) ")")) "/" (Num "(" (Expr (Expr (Term (Num "(" (Expr (Term (Term (Num "30")) "*" (Num "40"))) ")"))) "-" (Term (Num "50"))) ")")))
17
+
18
19
10**
20
-----
0 commit comments