Bison: Non-functional: Move to revision 3.0.4.

This hopefully prevents obsucuring actual changes in a future commit.

Also, adds a script to update the grammar.
This commit is contained in:
John Kessenich
2016-05-04 00:12:10 -06:00
parent 952c2a0539
commit 758bb5520d
4 changed files with 2598 additions and 2896 deletions

View File

@@ -63,6 +63,12 @@ bison --defines=MachineIndependent/glslang_tab.cpp.h
-o MachineIndependent/glslang_tab.cpp
```
The above command is also available in the bash script at:
```
glslang/updateGrammar
```
Glslang is adding the ability to test with
[Google Test](https://github.com/google/googletest) framework. If you want to
build and run those tests, please make sure you have a copy of Google Tests