Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a segmentation fault when run calc
``` ❯ exe/lrama -d sample/calc.y -o calc.c && gcc -Wall calc.c -o calc && ./calc Enter the formula: 1 parse error: syntax error, unexpected NUM [1] 52278 segmentation fault ./calc ```
- Loading branch information