Browse Source

Initial commit

Jovian Hersemeule 5 years ago
commit
383b1598d8
3 changed files with 92 additions and 0 deletions
  1. 47 0
      .gitignore
  2. 42 0
      LICENSE
  3. 3 0
      README.md

+ 47 - 0
.gitignore

@@ -0,0 +1,47 @@
+# ---> C
+# Object files
+*.o
+*.ko
+*.obj
+*.elf
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Libraries
+*.lib
+*.a
+*.la
+*.lo
+
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so
+*.so.*
+*.dylib
+
+# Executables
+*.exe
+*.out
+*.app
+*.i*86
+*.x86_64
+*.hex
+
+# Debug files
+*.dSYM/
+
+# ---> Vim
+[._]*.s[a-w][a-z]
+[._]s[a-w][a-z]
+*.un~
+Session.vim
+.netrwhist
+*~
+
+# ---> FlexBuilder
+bin/
+bin-debug/
+bin-release/
+

File diff suppressed because it is too large
+ 42 - 0
LICENSE


+ 3 - 0
README.md

@@ -0,0 +1,3 @@
+# FlexBisonLab
+
+ECN lab about syntaxic analysis