Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はしばらくコンパイラに取り組んできましたが、PowerPack 1.9.9.9とVS2010のリリースバージョンに変更した後、次の行をコンパイルできません。
lexbuf =Lexing.from_stringtextとします
次の2つのエラーが発生します。
「値、コンストラクター、名前空間、またはタイプ'from_string'は定義されていません」それが私に伝えようとしていることはかなり明白ですが、解決策は何ですか?
私の簡単な推測では、この関数の名前はに変更されていますfromString(一般に、などのアンダースコアが付いた関数of_seqは現在で記述されているためcamelCase)。
fromString
of_seq
camelCase
Lexing.LexBuffer <_>。FromString?