Das Quellprojekt dieses Merge Requests wurde entfernt.
Enrich code with comments and explanations
Compare changes
+ 6
− 1
@@ -6,7 +6,10 @@
@@ -14,9 +17,11 @@ main (int argc, char *argv[])
I had a really hard time understanding the provided code. The bison tutorial is not much of a help because it barely provides explanations.
Then I sat down and tried to read into the bison manual and tried to understand what happens.
So this is the outcome of me commenting on everything I did not understand. I would appreciate if you could read through it and tell my if I made any mistakes/ misunderstood some things.