fsprojects / FsLexYacc

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

write module and opens from topcode to signature file #197

Closed dawedawe closed 3 months ago

dawedawe commented 3 months ago

Currently, our auto-generated signatures suffer from a missing module expression and missing opens. These make their way into the impl file via the TopCode part. This PR uses this mechanism to put these lines into the sig file, too.