From f2f39decbc4876b3b10cd37dc9bbd1db51a18610 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 2 Jun 2026 22:34:13 +0200 Subject: First commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..25e2559 --- /dev/null +++ b/README @@ -0,0 +1,6 @@ +Example code demonstrating how to do operator-precedence +parsing directly to an abstract syntax tree (rather than +to prefix or postfix like the shunting yard algorithm, +which is better for you want to perform the operations +immediately) with dynamic operator, precedence, and +associativity definitions. -- cgit v1.3.1