From 56e19567b8c279f0d8aef496085f229dd60af191 Mon Sep 17 00:00:00 2001 From: elamaunt Date: Wed, 23 Jun 2021 01:44:21 +0500 Subject: [PATCH] Publishing updates --- src/GDShrapt.Reader/GDShrapt.Reader.csproj | 15 +++++++++++---- src/GDShrapt.Reader/GDTreeWalker.cs | 4 +--- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/src/GDShrapt.Reader/GDShrapt.Reader.csproj b/src/GDShrapt.Reader/GDShrapt.Reader.csproj index cb68bef..6c598e0 100644 --- a/src/GDShrapt.Reader/GDShrapt.Reader.csproj +++ b/src/GDShrapt.Reader/GDShrapt.Reader.csproj @@ -3,24 +3,31 @@ netstandard2.1 true - 1.0-prealpha + 2.0.0-alpha elamaunt GDShrapt GDShrapt.Reader is .Net library and object-oriented one-pass parser of GDScript. It can build a lexical tree of GDScript code or generate a new code from scratch. Is free to use. - +Usage: Just create GDScriptReader instance and call methods from it. LICENSE elamaunt https://github.com/elamaunt/GDShrapt git GDShrapt GDScript reader parser codegeneration Godot lexical analyzer - 1.0 - 1.0 + 2.0.0 + 2.0.0 true + + + + + + + True diff --git a/src/GDShrapt.Reader/GDTreeWalker.cs b/src/GDShrapt.Reader/GDTreeWalker.cs index 2d31eba..d29b19b 100644 --- a/src/GDShrapt.Reader/GDTreeWalker.cs +++ b/src/GDShrapt.Reader/GDTreeWalker.cs @@ -1,6 +1,4 @@ -using System.Collections.Generic; - -namespace GDShrapt.Reader +namespace GDShrapt.Reader { public class GDTreeWalker : GDExpressionWalker {