+ Moved variables resolution in the compiler Parser. (Temp. solution until the new...
[haanga.git] / Makefile
blob721a31ce378078c1878cce9d6d6c8d381ae2b632
1 all: build test
3 build:
4 #plex lib/Haanga/Compiler/Lexer.lex
5 phplemon lib/Haanga/Compiler/Parser.y
8 test:
9 cd tests; ~/bin/php-5.2/bin/php /usr/bin/phpunit --colors --verbose TestSuite.php
10 cd tests; php /usr/bin/phpunit --coverage-html coverage/ --colors --verbose TestSuite.php
12 test-fast:
13 cd tests; php /usr/bin/phpunit --stop-on-failure --colors --verbose TestSuite.php
16 edit:
17 vim lib/Haanga/Compiler/Parser.y lib/Haanga/Compiler/Tokenizer.php -O