It looks like the sample has a bug when printing out the line/column in main.fs - perhaps that's the problem you're seeing. It should say:

1
2
3
4
5
 

            printf "error near line %d, character %d\n%s\n" pos.Line pos.Column (e.ToString()); 

instead of

1
2
3
4
 

            printf "error near line %d, character %d\n%s\n" pos.pos_cnum (pos.pos_cnum - pos.pos_bol) (e.ToString()); 

don

By on 8/6/2007 2:14 PM ()

That did it.

Thanks for the quick answer.

By on 8/6/2007 2:26 PM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper