-
Notifications
You must be signed in to change notification settings - Fork 2
I can't get ouput! #2
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
Comments
Hello Abolfazl. |
for example, I input this CFG grammar as Input of the program and I want the program to return me the Chomsky form of the input grammar this is my input grammar: and the output should be : |
Sorry for the delay, I am on a trip and just arrived at the hotel. This project was for 2-3 years ago and I did not remember it completely. so I just read the source and now I know what is the problem. In the main.py file, we have not printed the output, so you can print it if you going to save or show it. In the following screenshot you can see the change I made to print the output: P.S: If you saw any mistake or problem in the output just let me know that input or fix that by sending a Pull request. Best Wishes, |
Oh thank you for your response. |
You are welcome. New update: Without them, we cannot get the real final output. |
If you know Python and have time, It will be good to read the source code. |
hello dear basemax |
Bruh your main.py does not return any inputs (as others have already said).
Why not just include all necessary calls in the main? |
This code is not complete, there are functions which should receive values from other functions but there are no function call to them from necessary functions, and there are no comments about the code flow. It would be great to know at least the code flow. |
Hello Dear BaseMax :) after inputting some CFG grammar the program doesn't return anything can you help me?!
The text was updated successfully, but these errors were encountered: