Parse single instruction in neutral text

This commit is contained in:
2025-09-07 21:20:32 -06:00
parent 5ba25d4270
commit 925e486e65
15 changed files with 482 additions and 18 deletions

5
ldtext/Lexer.fsi Normal file
View File

@@ -0,0 +1,5 @@
module Lexer
open Parser
open FSharp.Text.Lexing/// Rule read
val read: lexbuf: LexBuffer<char> -> token