stmt visitor tests

This commit is contained in:
z7zmey
2018-02-06 19:11:47 +02:00
parent b06fd9887d
commit d7d17326b6
12 changed files with 523 additions and 36 deletions

View File

@@ -2,14 +2,14 @@ PHPFILE=example.php
all: compile run
build:
build:
gofmt -l -s -w **/*.go
go build
run: build
./php-parser $(PHPFILE)
test: build
test:
go test ./... --cover
compile: ./php5/php5.go ./php7/php7.go ./scanner/scanner.go