0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- implemented annotations
iigorr
as Igor Lankin
More... over 11 years ago
- implemented end-game markers
iigorr
as Igor Lankin
More... over 11 years ago
- implemented comments
iigorr
as Igor Lankin
More... over 11 years ago
- removed false comment
iigorr
as Igor Lankin
More... over 11 years ago
- implemented basic parser for move series
iigorr
as Igor Lankin
More... over 11 years ago
- implemented equals on move
iigorr
as Igor Lankin
More... over 11 years ago
- forbid invalid simplified pawn capture on the same file, i.e. dxd7
iigorr
as Igor Lankin
More... over 11 years ago
- improved debug output by adding the lookahead of 20 chars
iigorr
as Igor Lankin
More... over 11 years ago
- implemented proper parsing of moves.
iigorr
as Igor Lankin
More... over 11 years ago
- started restructuring move parsing
iigorr
as Igor Lankin
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
iigorr
as Igor Lankin
More... over 11 years ago
- made it (nearly) pure f#
iigorr
as Igor Lankin
More... over 11 years ago
- decided to replace the c# implementation by a f# project. Deleting the old stuff as first step.
iigorr
as Igor Lankin
More... over 11 years ago
- some renamed pMovePair to pMoveSeriesEntry - started implementation of pCommentary
iigorr
as Igor Lankin
More... over 11 years ago
- added charList2String function
iigorr
as Igor Lankin
More... over 11 years ago
- added initial parsers for move series
iigorr
as Igor Lankin
More... over 11 years ago
- fixed bug: missed (pFile .>> pRank) as origin - added tests for "e2e4" - added tracing info
iigorr
as Igor Lankin
More... over 11 years ago
- added ws1 (at least one whitespace) - added tracing operator
iigorr
as Igor Lankin
More... over 11 years ago
- added special moves and check (mate) indicators
iigorr
as Igor Lankin
More... over 11 years ago
- added initial move parsing
iigorr
as Igor Lankin
More... over 11 years ago
- added shouldFail to TestBase functions
iigorr
as Igor Lankin
More... over 11 years ago
- renamed test class to TagParserTest
iigorr
as Igor Lankin
More... over 11 years ago
- added correct parameter to apply method (although it's unused)
iigorr
as Igor Lankin
More... over 11 years ago
- added debugging functions - added strCI parser (case insensitive)
iigorr
as Igor Lankin
More... over 11 years ago
- updated removed files in project file
iigorr
as Igor Lankin
More... over 11 years ago
- removed prefixes. they suck.
iigorr
as Igor Lankin
More... over 11 years ago
- extracted BasicParsers - renamed PgnParser module to ilf.pgn.PgnParser.Tag
iigorr
as Igor Lankin
More... over 11 years ago
- renbamed 2_Tests to 2_TagParserTest
iigorr
as Igor Lankin
More... over 11 years ago
- added parser project based on FParsec
iigorr
as Igor Lankin
More... over 11 years ago
- added FParsec libs
iigorr
as Igor Lankin
More... over 11 years ago