Bison+Flex lexical validator for java 8
This is my cours work project thats allow to validate if the file containe valid java 8 code or not.
Currently it doesent allow to use annotations, type arguments and can't corectly work with methods of the class, thats return non void type of value.
Just use make file like this:
make all make run
Or you can do this:
make debug make run
To see current shift/reduce and reduce/reduce errors