ctaggart / froto

Froto: F# Protocol Buffers
MIT License
146 stars 27 forks source link

Process import statements #109

Closed jhugard closed 5 years ago

jhugard commented 5 years ago

Implement processing import statements from issue #48, Parser Improvements.

Adds support for import from strings, streams, and files. Further, it handles normal, public, and weak imports.

jhugard commented 5 years ago

@ctaggart I believe this is ready to merge, if you think the API is acceptable.