parse files

This commit is contained in:
z7zmey
2017-12-01 18:04:31 +02:00
parent e41b97a09d
commit 880749fbda
8 changed files with 572 additions and 518 deletions

View File

@@ -10,7 +10,7 @@ all: parser.go scanner.go
go build
run: all
./php-parser
./php-parser example.php
scanner.go: scanner.l
golex -o $@ $<