Skip to content

Releases: aoisupersix/Bve5_Parsing

v1.0.1 Release

09 Jun 00:49
Compare
Choose a tag to compare

1.0.0 - Fixed bugs

  • Fix syntax bugs.
  • Fix cannot set MapGrammarParserOption correctly.
  • Add method to get arguments from statement.

v1.0.0 Release

27 Apr 02:22
Compare
Choose a tag to compare

1.0.0 - Supports past map syntax

  • Supports parsing of version 1 map syntax.
  • Change the data structure of MapData statement.
  • Add file path information to map syntax error.
  • Changed parsing method of map file header.

α v0.8.1 Release

21 Apr 00:28
Compare
Choose a tag to compare

0.8.1 - Fixed bugs

  • Fixed an issue where some syntaxes can not parse correctly.

α v0.8.0 Release

12 Apr 14:37
Compare
Choose a tag to compare

0.8.0 - Improved MapGrammar parser

  • Supports include directive.
  • Split AST node by syntax

α v0.7.0 Release

25 Feb 08:39
Compare
Choose a tag to compare

0.7.0 - Improved MapGrammar error handling

  • Improve parser error message
  • Change method of getting errors
  • Fixed access modifiers for MapData and Scenario Data
  • Fixed bug that arc tangent function can not calculate correctly

α v0.6.2 Release

23 Oct 13:09
Compare
Choose a tag to compare

0.6.2 - Bug fix

  • Fixed scenario syntax file path can not be null

α v0.6.1 Release

23 Oct 11:48
Compare
Choose a tag to compare

0.6.1 - Update scenario grammar & error messages

  • Improve parsing accuracy of scenario syntax.
  • Improve error message in an easy-to-understand manner.

α v0.6.0 Release

22 Oct 11:17
Compare
Choose a tag to compare

0.6.0 - Changed framework & Added map syntax support syntax

  • Start publishing library with Nuget.
  • Changed framework from .Net Framework 4.6.1 to .Net Standard 2.0.
  • Change project structure.
  • Added Legacy syntax and encoding specification support to map syntax. (contributor: s520
  • Fixed type conversion bug. (contributor: s520

α v0.5 Release

19 Jan 05:29
Compare
Choose a tag to compare

0.5.6593.25926 - Bug fix

  • Fix Scenario Grammar access modifier

α v0.5 Release

28 Dec 10:03
3dec549
Compare
Choose a tag to compare

0.5.6571.33922 - Added scenario grammar support

  • Add parser for scenario grammar