Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/elamaunt/GDShrapt
Browse files Browse the repository at this point in the history
  • Loading branch information
elamaunt committed Jan 20, 2024
2 parents b15e4a7 + da7144a commit 9064c25
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GDShrapt

GDShrapt is object-oriented one-pass parser of GDScript. Now the main goal is production-ready parser, lexical analyzer.
GDShrapt is object-oriented one-pass parser of GDScript 2.0. Now the main goal is production-ready parser, lexical analyzer.
The project written in C# and free to use.
GDScript is the main language of [Godot Engine](https://github.com/godotengine/godot)

Expand All @@ -12,11 +12,11 @@ GDShrapt.Reader allows to build a lexical tree or generate a new code from scrat

### How to install

Currently the latest **4.1.1-alpha version** from [Nuget](https://www.nuget.org/packages/GDShrapt.Reader).
Currently the latest **4.1.2-alpha version** from [Nuget](https://www.nuget.org/packages/GDShrapt.Reader).

Installation from Nuget console:
```
Install-Package GDShrapt.Reader -Version 4.1.1-alpha
Install-Package GDShrapt.Reader -Version 4.1.2-alpha
```
## Capabilities, plan and what can be parsed

Expand Down Expand Up @@ -62,6 +62,9 @@ Install-Package GDShrapt.Reader -Version 4.1.1-alpha

## Last updates

#### 4.1.2-alpha
Fixed lambda intendation parsing

#### 4.1.1-alpha
Fixed properties parsing
Fixed guard condition parsing
Expand Down

0 comments on commit 9064c25

Please sign in to comment.