aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore19
-rwxr-xr-xbin/c_compilerbin0 -> 736816 bytes
2 files changed, 12 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index b382e3d..5c9ec88 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,17 +1,22 @@
-bin/
-c_lexer/build/
-c_parser/build/
-c_compiler/build/
+# ignored folders
+
+./bin/
+./c_lexer/build/
+./c_parser/build/
+./c_compiler/build/
+./working/
+./test/
+./c_compiler/test/ref/
+./c_compiler/test/out/
+
*.yy.cpp
*.tab.cpp
*.tab.hpp
*.o
*.output
-#*
+\#*
.#*
*.log
.vagrant
*~
-working/
-./test/
*.s
diff --git a/bin/c_compiler b/bin/c_compiler
new file mode 100755
index 0000000..6cafd4d
--- /dev/null
+++ b/bin/c_compiler
Binary files differ