Hi!
I enjoyed the project! Great job! 馃憦
Just wanted to mention that we get
lisp.c:219:5: error: call to undeclared function 'strip_spaces'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declarat
ion]
strip_spaces(expression);
^
running gcc *.c -o lisp -std=c99 on
> clang -v
Apple clang version 15.0.0 (clang-1500.1.0.2.5)
Target: arm64-apple-darwin23.2.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
Adding a header-file for parser.h and including it in lisp.c fixed this. 馃檪
Hi!
I enjoyed the project! Great job! 馃憦
Just wanted to mention that we get
running
gcc *.c -o lisp -std=c99onAdding a header-file for
parser.hand including it inlisp.cfixed this. 馃檪