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

BON built-in types #709

Open
atiti opened this issue Mar 15, 2013 · 0 comments
Open

BON built-in types #709

atiti opened this issue Mar 15, 2013 · 0 comments
Assignees

Comments

@atiti
Copy link
Collaborator

atiti commented Mar 15, 2013

The build-in types that we support in BONc and Beetlz must be well-defined and identical across both tools.

We do not have a static diagram describing the complete interfaces of all of these classes.

At the moment, Beetlz generates this hierarchy of Java classes:

  • Kernel, containing classes Any, Boolean, File, None, String, Value
  • Numbers, containing classes Float, Integer, Number
  • Structures, containing classes Array, List, Set, Table, Tree, Tuple

Moreover, some of these classes, when generated to Java, are parameterized properly (e.g., List), and others are not (the rest of Substructures).

@ghost ghost assigned fintanf Mar 15, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants