F diff --git a/README b/README new file mode 100644 --- /dev/null +++ b/README+ C to JS transpilerF diff --git a/makefile b/makefile --- a/makefile +++ b/makefileinstall: 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.ogcc -g *.o -o wonkyrun: install- ./main.exe-+ ./wonkymain.o: main.cgcc -c main.c -o main.oast.o: ast.c ast.hgcc -c stack.c -o stack.oclear:- rm ./*.exe -f &+ rm wonky -f &rm ./*.temp -f &rm ./*.o -f &rm ./*.out -fgdbtui a.outrm: runrn: run- fuzz: install- fuzz ./main.exeF diff --git a/wonky b/wonky deleted file mode 100755B Binary files a/wonky and /dev/null differ