Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elamaunt committed Jun 26, 2021
1 parent ab62c2a commit 01733c9
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 **2.0.0-alpha version** from [Nuget](https://www.nuget.org/packages/GDShrapt.Reader).
Currently the latest **2.1.0-alpha version** from [Nuget](https://www.nuget.org/packages/GDShrapt.Reader).

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

Expand Down Expand Up @@ -56,12 +56,17 @@ Install-Package GDShrapt.Reader -Version 2.0.0-alpha
| RPC annotations parsing | IN PLAN |
| Syntax errors managment and properly handling | IN PLAN |
| Tree walking and node visiting | IN PLAN |
| Syntax cloning | IN PLAN |
| Syntax cloning | YES |
| Syntax factory | IN PLAN |
| Tree diff tool | IN PLAN |

## Version history

#### 2.1.0-alpha
Implemented 'clone' methods for every token type.
Changed the project type to Net.Standart 2.0 (Because this version is supported by Godot).
Small fix with 'ToString' method of GDIndexerExpression.

#### 2.0.0-alpha
The project is now in Net.Standart 2.1 and was
totally reworked with tokenization layer. The parser now performs token extraction and lexical tree construction at the same time.
Expand Down

0 comments on commit 01733c9

Please sign in to comment.