Skip to content
Snippets Groups Projects
Commit fe17b66a authored by JasonJPu's avatar JasonJPu
Browse files

Done print

parent 981855be
No related branches found
No related tags found
1 merge request!1SQLP parser with cons cells
......@@ -5,7 +5,6 @@
#include "parser.h"
cons_cell* parse(char* input, int size) {
printf("%s\n", input);
if (input[0] == NULL) {
assert(size == 0);
return NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment