fsprojects / FsLexYacc

Lexer and parser generators for F#
http://fsprojects.github.io/FsLexYacc/
MIT License
203 stars 68 forks source link

Fix errors/typos in jsonParserExample.md #129

Closed 3Rafal closed 3 years ago

3Rafal commented 3 years ago

Added type instantiation to remove compiler warning Lexer.fsl(9, 14): [FS1125] The instantiation of the generic type 'LexBuffer' is missing and can't be inferred from the arguments or return type of this member. Consider providing a type instantiation when accessing this type, e.g. 'LexBuffer<_>'.

Fixed brackets to match