FStarLang / FStar

A Proof-oriented Programming Language
https://fstar-lang.org
Apache License 2.0
2.7k stars 233 forks source link

Meta Issue: problems with the F# version of F* (currently lagging behind the OCaml version) #746

Open catalin-hritcu opened 8 years ago

catalin-hritcu commented 8 years ago

Turning this into a meta-issue. All these problems with the F# version don't appear in OCaml version:

kyoDralliam commented 8 years ago

The additional shift-reduce conflict is a known bug in fsyacc (https://github.com/fsprojects/FsLexYacc/issues/39) due to a bad handling of non-associative-ness. The next 2 bugs were caused by bad range queries in the parser and are fixed in kyod_parser.

cpitclaudel commented 7 years ago

I ticked off the "interactive mode" box; I fixed that some time ago.