Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement dictionary type #18

Open
marcoscaceres opened this issue Jan 7, 2013 · 4 comments
Open

Implement dictionary type #18

marcoscaceres opened this issue Jan 7, 2013 · 4 comments
Assignees
Labels

Comments

@marcoscaceres
Copy link
Contributor

http://www.w3.org/TR/WebIDL/#idl-dictionary

@marcoscaceres
Copy link
Contributor Author

started work on dictionary type.

@marcoscaceres
Copy link
Contributor Author

Dictionary is quite tricky, as it requires taking in a definition of the dictionary and using that as the basis for type checking and conversion.

@FremyCompany
Copy link
Contributor

Based on what I see, you can't build a generic converter from a dictionnary. So, we'll have to generate the converter code at the same time we generate the dictionnary interface.

@FremyCompany
Copy link
Contributor

This issues depends on #84 (converter auto-generation) and #83 (symbol table generation).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants