From a95dc36edf331905b871820ddff4f8e8c0b38209 Mon Sep 17 00:00:00 2001 From: Hong-Phuc Bui <hong-phuc.bui@htwsaar.de> Date: Mon, 09 Sep 2024 13:35:22 +0200 Subject: [PATCH] set function plot thinner --- num-int/Readme.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/num-int/Readme.md b/num-int/Readme.md index d943560..aa10901 100644 --- a/num-int/Readme.md +++ b/num-int/Readme.md @@ -7,7 +7,7 @@ # build the ui pyside6-project build num-int.pyproject # build the grammar -python -m lark.tools.standalone json.lark > json_parser.py +python -m lark.tools.standalone expression.lark > expression.py ``` ## Run Unittest -- Gitblit v1.10.0-SNAPSHOT