-
Notifications
You must be signed in to change notification settings - Fork 27
Conversation
…normal and public, but doesn't yet handle weak.
…cursive imports. Add unit tests.
It has been a while since this has been touched. Keep it open? |
Feel free to reopen when ready for #48 work. |
I'll try and check this later next week, I managed to get round import not being processed by using a recursive function when I create types so that imports are processed in hierarchical order by the type lookup map. |
Theres also another issue I have in Falanx where I require the type in the proto definition to be in topological order, it would be nice if the parser did this too... |
@7sharp9 Let me know if you want this merged in for a 0.7.0. |
@ctaggart To be honest Ive not had the time to test it yet. |
update: I still really want this honest! Just not had time to try it yet :-( |
I updated build versioning in #101 and merged it in. Hopefully that will make it easier for you to work on. Current failure is a unit test:
|
Closing this in favor of a PR specific to processing import statements. |
Sounds good. Should we delete the branch? |
Done |
Implement #48, Parser Improvements.
This is still a work in progress and the APIs are not yet finalized.
Initial check-in has functional support for
import
from strings, streams, and files. Further, it supports normal,public
, andweak
imports.