Files
control-see/ldtext/Lexer.fsi

6 lines
106 B
FSharp

module Lexer
open Parser
open FSharp.Text.Lexing/// Rule read
val read: lexbuf: LexBuffer<char> -> token