Smaug123 / WoofWare.Myriad

Some Myriad source generators for F#
MIT License
5 stars 0 forks source link

Allow custom types with a Parse method #220

Open Smaug123 opened 3 weeks ago

Smaug123 commented 3 weeks ago

Call a static .Parse : string -> 'a method as a final resort on a type. Cope with this throwing. (We can't cope with it returning None or Error without more information; perhaps add attributes for this.)

Smaug123 commented 1 week ago

Add an attribute [<ArgumentOpaque>] to indicate "don't attempt to turn this into part of the parser".