Add Actions (#1)

This commit is contained in:
Patrick Stevens
2024-06-04 20:01:31 +01:00
committed by GitHub
parent a20ba20d2e
commit a3739f5516
6 changed files with 173 additions and 2 deletions

View File

@@ -161,7 +161,7 @@ module FilterIntermediate =
ConsumeBeforeInitialToken = false
ConsumeAfterFinalToken = false
BoundaryTokens = [ TokenType.CloseParen ]
Construct = Seq.exactlyOne
Construct = List.exactlyOne
}
let parse (s : string) : FilterIntermediate =