From 35e533d33e781126ee8e18846217e6cc2e4249ae Mon Sep 17 00:00:00 2001 From: alikarimilangroodi Date: Tue, 23 Feb 2016 15:44:11 +0000 Subject: [PATCH] Update README.md --- README.md | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) 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?