Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elamaunt committed Dec 20, 2023
1 parent c7b317e commit 5e22bcc
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GDShrapt.Reader allows to build a lexical tree or generate a new code from scrat

### How to install

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

Installation from Nuget console:
```
Expand Down Expand Up @@ -55,15 +55,19 @@ Install-Package GDShrapt.Reader -Version 3.1.2-alpha
| Tree walking and node visiting | YES |
| Syntax cloning | YES |
| Syntax factory | YES |
| Asserts handling | IN PLAN |
| RPC annotations parsing | IN PLAN |
| Syntax errors managment and properly handling | IN PLAN |
| Code formatting | IN PLAN |
| Custom formatter | IN PLAN |
| Tree diff tool | IN PLAN |

## Version history

#### 4.0.0-alpha
Global rework to support GDScript 2.0 (Godot 4.0+). Older GDScript versions mostly are not supported now.
Fixed many StackOverflow exceptions during invalid code parsing. Improved sameline expressions parsing. Improved back slash parsing.
Reworked attributes parsing. Added lambdas support, new properties syntax, complex array types, improved ternary operators and so on.
The main target is bugfixing, cover minor GDScript 2.0 features and moving to beta.

#### 3.1.2-alpha
Small improvements of the declaration search in the node's parents tree.

Expand Down

0 comments on commit 5e22bcc

Please sign in to comment.