diff --git a/README.md b/README.md index fbebdb3..73e9c9d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,36 @@ #Programming F# Source Code# -This repro contains the source code for all things _Programming F#_, available from O'Reilly Media. \ No newline at end of file +This repro contains the source code for all things _Programming F#_, available from O'Reilly Media. + +Forgive me. But as a beginner, I am unable to get 'breakText' unresoved - from FsLexYacc extention, which I have installed in my project. + +Any comment would be much appreciated. + +Here is the Packages.config: + + + + + + + +Here is the App.config - which I was told to manually add the lines to import FsLexYacc: + + + + + + + + --module Parser + + + --unicode + + + + + + + + +Where have I gone wrong, please?