ソースを参照

Initial commit

Jovian Hersemeule 5 年 前
コミット
383b1598d8
3 ファイル変更92 行追加0 行削除
  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/
+

ファイルの差分が大きいため隠しています
+ 42 - 0
LICENSE


+ 3 - 0
README.md

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