File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 5.0.100"
3+ "version" : " 5.0.200-preview.20614.14" ,
4+ "rollForward" : " minor"
45 },
56 "tools" : {
6- "dotnet" : " 5.0.100 " ,
7+ "dotnet" : " 5.0.200-preview.20614.14 " ,
78 "vs" : {
89 "version" : " 16.8" ,
910 "components" : [
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ type Tables<'tok> =
100100
101101 /// Interpret the parser table taking input from the given lexer, using the given lex buffer, and the given start state.
102102 /// Returns an object indicating the final synthesized value for the parse.
103- member Interpret : lexer :( LexBuffer < 'char > -> 'tok ) * lexbuf : LexBuffer < 'char > * startState : int -> obj
103+ member Interpret : lexer :( LexBuffer < 'char > -> 'tok ) * lexbuf : LexBuffer < 'char > * initialState : int -> obj
104104
105105#if INTERNALIZED_FSLEXYACC_RUNTIME
106106exception internal Accept of obj
You can’t perform that action at this time.
0 commit comments