Skip to content
Snippets Groups Projects
Commit cdc2a28f authored by Robert Grancsa's avatar Robert Grancsa
Browse files

Repaired skel

parent 8432d2f1
No related branches found
No related tags found
No related merge requests found
...@@ -5,4 +5,4 @@ build: ...@@ -5,4 +5,4 @@ build:
clean: clean:
cd src && make clean cd src && make clean
rm -rf functional rm -rf transpiler
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "parser.h"
/** /**
* Starting point of the program, write anything here * Starting point of the program, write anything here
*/ */
......
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