Start making generated parser

This commit is contained in:
2025-09-07 16:48:14 -06:00
parent 2154730334
commit 5ba25d4270
6 changed files with 315 additions and 0 deletions

5
ldtext/Library.fs Normal file
View File

@@ -0,0 +1,5 @@
namespace ldtext
module Say =
let hello name =
printfn "Hello %s" name