tester4058 Posted June 30, 2011 Report Share Posted June 30, 2011 Hello, i wonder if there is a specification of the syntactical structure of .lin files anywhere. Can anyone help? Thank you, tester4058 Quote Link to comment Share on other sites More sharing options...
diana_eva Posted June 30, 2011 Report Share Posted June 30, 2011 Depends what you plan to do. You can contact fred@bridgebase.com and ask him. Part of the .lin structure is confidential and copyright protected. Quote Link to comment Share on other sites More sharing options...
jsm3520 Posted August 19, 2011 Report Share Posted August 19, 2011 Hello, i wonder if there is a specification of the syntactical structure of .lin files anywhere. Can anyone help? Thank you, tester4058No authorised specification is freely available. Various users have discovered properties of some commands. In my opinion, writing of lin-files by hand requires a rather special personality -- just like assembly code for computer programming, only worse. Taken literally, the syntax structure is simple: a .lin-file consists of a sequence of commands, each of which consists of a two-letter identifier and an argument surrounded by |-characters. An argument is written in text-mode where some characters have special meanings. The secrets of lin-files lies in the meanings of commands and the conventions used in text-mode. Obviously a |-character cannot be used in text-mode, and I have not been able to find out if it can be produced by other means. My experience comes from work on a higher-level language that can be translated into lin-files. It uses a subset of lin-tags that have been reasonably described on the net. The result is usable, but not polished and depend heavily on other software. Quote Link to comment Share on other sites More sharing options...
denwer Posted October 28, 2012 Report Share Posted October 28, 2012 The full specification is probably still absent, but this bbo official document helps to understand the idea: HandViewer. By the way it explains an interesting functionality of showing arbitrary bridge movies or puzzles through bridgebase server. A lot of examples of use on this page: http://bridge.df7cb.de Quote Link to comment Share on other sites More sharing options...
morgoth85 Posted July 17, 2013 Report Share Posted July 17, 2013 Hi.I would like to create open source parser for lin format.Anyone has some kind of specification or documentation about that? Quote Link to comment Share on other sites More sharing options...
PhilKing Posted July 17, 2013 Report Share Posted July 17, 2013 Hi.I would like to create open source parser for lin format.Anyone has some kind of specification or documentation about that? Have you tried asking Richard Pavlicek? Quote Link to comment Share on other sites More sharing options...
barmar Posted July 17, 2013 Report Share Posted July 17, 2013 Anyone has some kind of specification or documentation about that?Read the earlier messages in the thread. AFAIK, little has changed. Quote Link to comment Share on other sites More sharing options...
morgoth85 Posted July 19, 2013 Report Share Posted July 19, 2013 I created simple Ruby parser, by guessing what this format realy do: https://github.com/morgoth/linIt's available on MIT license. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.