From 2bcc733ff64f887479de80f27818f93540c603e7 Mon Sep 17 00:00:00 2001 From: yuyi Date: Tue, 29 Jun 2021 00:35:06 +0800 Subject: [PATCH] v.parser: rename pratt.v to expr.v (#10566) --- vlib/v/parser/{pratt.v => expr.v} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename vlib/v/parser/{pratt.v => expr.v} (100%) diff --git a/vlib/v/parser/pratt.v b/vlib/v/parser/expr.v similarity index 100% rename from vlib/v/parser/pratt.v rename to vlib/v/parser/expr.v