We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Fazendo teste usando a função is-WF para verificar as expressões peg geradas pela randPEG, após testar várias vezes surgiu essa expressão como não WF
'((X2 (• (/ 1 ε) (/ X0 2)) (X1 (/ (* 2) (• X2 X2)) (X0 (• (• X1 X1) (/ 3 3)) ∅))) (• (• X1 X1) (/ 3 1)) ((X0 #f (X0 X2 X1)) (X1 #t (X1 X0 X2)) (X2 #f (X0 X1 X2))))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Fazendo teste usando a função is-WF para verificar as expressões peg geradas pela randPEG, após testar várias vezes surgiu essa expressão como não WF
'((X2 (• (/ 1 ε) (/ X0 2)) (X1 (/ (* 2) (• X2 X2)) (X0 (• (• X1 X1) (/ 3 3)) ∅))) (• (• X1 X1) (/ 3 1)) ((X0 #f (X0 X2 X1)) (X1 #t (X1 X0 X2)) (X2 #f (X0 X1 X2))))
The text was updated successfully, but these errors were encountered: