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 canonicalize() method in ASTNode #120

Open
mephenor opened this issue Jun 25, 2011 · 0 comments
Open

Implement canonicalize() method in ASTNode #120

mephenor opened this issue Jun 25, 2011 · 0 comments

Comments

@mephenor
Copy link
Collaborator

in our research group we recently switched from using the libsbml
library to the jsbml library for our program due to performance issues.
In our old version we had an AST Node parser, that took a AST Node tree
and converted it into our internal node format. Therefore we used the
libsbml function "canonicalize()" that checked wether an AST Node of the
type "Name" is already a predefined function and if so it returned this
new AST Node. Jsbml is missing such a function.
So my question is, if the library does this implicitly and doesn't
return name nodes that could be other nodes or if there are any other
ways to achieve the same result as with the libsbml version.

Reported by: *anonymous

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

1 participant