Some cleanups and some new dirs

This commit is contained in:
mino 2014-05-30 20:51:59 +02:00
parent 81a4d25141
commit e7a9d627db
13 changed files with 1 additions and 33 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -1,5 +0,0 @@
troll = 4000;
if (troll =!= 42) {
plop;
}

27
TODO
View file

@ -1,27 +0,0 @@
Buffer:
// can this be done soon? (coding pretty much blind ...)
Automat:
// so far it works
Scanner:
// on all news check if !=NULL
// detect comments
// define T_EOF
// Fehlertoken, das neben Zeile und Spalte auch das fehlerhafte Zeichen enthält.
// tabs, newlines
// output stream to file
// public interface to parser ( header file )
// ouput file
// statistics on hash collisions - just interested in this
// -10 = T_MINUS T_INTEGER or T_INTEGER
// file enodings
Symboltable:
// please no delete operations ;)
Overall:
// lots of testing

BIN
docs/SysprogI.pdf Normal file

Binary file not shown.

BIN
docs/SysprogII.pdf Normal file

Binary file not shown.

View file

@ -19,7 +19,7 @@ all: empty-dirs automatLib bufferLib symboltableLib scanner
run:
@echo "Running ScannerTest\n\n=====BEGIN====="
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:sharedlib Scanner/debug/ScannerTest testFile
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:sharedlib Scanner/debug/ScannerTest testfiles/Scanner/testFile
@echo "=====END====="