Skip to content

Commit

Permalink
Make the symboltable parsable
Browse files Browse the repository at this point in the history
  • Loading branch information
Szaby Grünwald committed May 3, 2012
1 parent 0d10792 commit 9e02f1a
Show file tree
Hide file tree
Showing 2 changed files with 404 additions and 404 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -15,7 +15,7 @@ build.scanner : clean
fpc ScanWrapper.pas
@echo "Scanner build successful"

test.scanner : build.scanner test.scanner.terminals test.scanner.comment test.scanner.commentfail test.scanner.keywords test.scanner.string test.scanner.stringfail test.scanner.include test.selfScanning
test.scanner : build.scanner test.scanner.terminals test.scanner.comment test.scanner.commentfail test.scanner.keywords test.scanner.string test.scanner.stringfail test.scanner.include test.scanner.selfScanning
@echo "Scanner tests ok."

test.scanner.terminals : build.scanner
Expand Down Expand Up @@ -53,7 +53,7 @@ test.scanner.include : build.scanner
diff test.out tests/scan_include.should
@echo "test.scanner.string ok"

test.selfScanning : build.scanner
test.scanner.selfScanning : build.scanner
./ScanWrapper scanner.pas >/dev/null
@echo "selfscanning ok"

Expand Down

0 comments on commit 9e02f1a

Please sign in to comment.