software-engineering-amsterdam / software-construction

Software Construction Course Information at Universiteit van Amsterdam
17 stars 11 forks source link

Selection of parser generator #3

Closed stgm closed 11 years ago

stgm commented 11 years ago

In the assignment is stated:

NB: this class hierarchy is required! You could use this requirement in your selection of parser generator

I was a bit confused by this. Opportunity to show off! But how?

Now I understand Tijs selected three parser generators this year that can all work with a custom AST class hierarchy.

Conclusion: the statement above is not relevant anymore. Am I correct?

tvdstorm commented 11 years ago

Well, you could remove my AST construction code and do all kinds of ugly stuff. But yes, AST hierarchy is required nonetheless.