F diff --git a/README b/README
new file mode 100644
--- /dev/null
+++ b/README
+ C to JS transpiler
F diff --git a/makefile b/makefile
--- a/makefile
+++ b/makefile
install: ast.o chonky.o chonky_jr.o denoted.o lexer.o location.o map.o parse_declaration.o parse_expression.o parse_statement.o parse_translation_unit.o preprocessing.o print.o program.o queue.o scope.o semantics.o stack.o type.o main.o
gcc -g *.o -o wonky
run: install
- ./main.exe
-
+ ./wonky
main.o: main.c
gcc -c main.c -o main.o
ast.o: ast.c ast.h
gcc -c stack.c -o stack.o
clear:
- rm ./*.exe -f &
+ rm wonky -f &
rm ./*.temp -f &
rm ./*.o -f &
rm ./*.out -f
gdbtui a.out
rm: run
rn: run
- fuzz: install
- fuzz ./main.exe
F diff --git a/wonky b/wonky
deleted file mode 100755
B Binary files a/wonky and /dev/null differ