- implemented annotations |
|
More...
|
over 11 years ago
|
- implemented end-game markers |
|
More...
|
over 11 years ago
|
- implemented comments |
|
More...
|
over 11 years ago
|
- removed false comment |
|
More...
|
over 11 years ago
|
- implemented basic parser for move series |
|
More...
|
over 11 years ago
|
- implemented equals on move |
|
More...
|
over 11 years ago
|
- forbid invalid simplified pawn capture on the same file, i.e. dxd7 |
|
More...
|
over 11 years ago
|
- improved debug output by adding the lookahead of 20 chars |
|
More...
|
over 11 years ago
|
- implemented proper parsing of moves. |
|
More...
|
over 11 years ago
|
- started restructuring move parsing |
|
More...
|
over 11 years ago
|
- started transforming syntax checker to real parser. - added convert and convert3 functions to convert string tuples to strings - added PgnTag class |
|
More...
|
over 11 years ago
|
- made it (nearly) pure f# |
|
More...
|
over 11 years ago
|
- decided to replace the c# implementation by a f# project. Deleting the old stuff as first step. |
|
More...
|
over 11 years ago
|
- some renamed pMovePair to pMoveSeriesEntry - started implementation of pCommentary |
|
More...
|
over 11 years ago
|
- added charList2String function |
|
More...
|
over 11 years ago
|
- added initial parsers for move series |
|
More...
|
over 11 years ago
|
- fixed bug: missed (pFile .>> pRank) as origin - added tests for "e2e4" - added tracing info |
|
More...
|
over 11 years ago
|
- added ws1 (at least one whitespace) - added tracing operator |
|
More...
|
over 11 years ago
|
- added special moves and check (mate) indicators |
|
More...
|
over 11 years ago
|
- added initial move parsing |
|
More...
|
over 11 years ago
|
- added shouldFail to TestBase functions |
|
More...
|
over 11 years ago
|
- renamed test class to TagParserTest |
|
More...
|
over 11 years ago
|
- added correct parameter to apply method (although it's unused) |
|
More...
|
over 11 years ago
|
- added debugging functions - added strCI parser (case insensitive) |
|
More...
|
over 11 years ago
|
- updated removed files in project file |
|
More...
|
over 11 years ago
|
- removed prefixes. they suck. |
|
More...
|
over 11 years ago
|
- extracted BasicParsers - renamed PgnParser module to ilf.pgn.PgnParser.Tag |
|
More...
|
over 11 years ago
|
- renbamed 2_Tests to 2_TagParserTest |
|
More...
|
over 11 years ago
|
- added parser project based on FParsec |
|
More...
|
over 11 years ago
|
- added FParsec libs |
|
More...
|
over 11 years ago
|