Skip to content

Commit

Permalink
*:add parser.go
Browse files Browse the repository at this point in the history
  • Loading branch information
coocood committed Jan 15, 2016
1 parent 7002668 commit d298a5f
Show file tree
Hide file tree
Showing 4 changed files with 24,251 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/parser/parser.go
/parser/scanner.go
/interpreter/interpreter
/interpreter/test
/tidb-server/tidb-server
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ TARGET = ""

.PHONY: godep deps all build install parser clean todo test gotest interpreter server

all: godep parser build test check
all: godep build test check

godep:
go get github.com/tools/godep
Expand Down
Loading

0 comments on commit d298a5f

Please sign in to comment.