-
Notifications
You must be signed in to change notification settings - Fork 5
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
feature request: possibility of outputting just a few trees #2
Comments
Is this for just the normal mode with The function Another thing, if you're not doing it already, definitely compile your PGF with the GF flag |
yes, but I could use
I'm doing it! it should probably be done by default when |
I have no clue how to use strictness stuff in Haskell :-P that thing about printing to a file was just a random poking around and "huh this seems to work, let's keep it".
Hmm, I was trying to find out if there are reasons why it is not default--here's something in Krasimir's PhD thesis pages 76-77: "The final conclusion is that the optimized and the unoptimized grammars are semantically different." I don't know if that's good enough reason to not have optimized version as default, but at least I learned something new today! |
while writing a new
lin
, it is nice to able to get fast feedback on the results.gftest
can be somewhat slow depending on the tested function (:/
), so having a way of getting preliminary results fast would be nice -- specially if easy to implement! if these trees look fine, one can then proceed to doing the full test.The text was updated successfully, but these errors were encountered: