LL-1-Parsing-Table icon indicating copy to clipboard operation
LL-1-Parsing-Table copied to clipboard

try including stdlib for exit(0) gives warning with gcc

Open SHIVANGIJOSHI opened this issue 5 years ago • 2 comments

SHIVANGIJOSHI avatar May 09 '20 15:05 SHIVANGIJOSHI

@SHIVANGIJOSHI Just add #include <stdlib.h> at the top. The warning would go off.

v1zh3d avatar Oct 25 '20 18:10 v1zh3d

@SHIVANGIJOSHI you may like to check out my implementation of the code here It's pretty similar, perhaps you'll find it useful :D

rohitashwachaks avatar Oct 26 '20 07:10 rohitashwachaks