| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| char_test.cpp | ||
| comment_test.cpp | ||
| identifier_test.cpp | ||
| input_test.cpp | ||
| location_test.cpp | ||
| number_test.cpp | ||
| operator_test.cpp | ||
| space_test.cpp | ||
| token_test.cpp |
Using yy_scan_string, which flushes the old buffer does not work. GLSL requires that each input string is concatenated, but yy_scan_string treats each string individually. Added a custom YY_INPUT which maintains the continuity between each string. Review URL: https://codereview.appspot.com/6130045 git-svn-id: https://angleproject.googlecode.com/svn/trunk@1066 736b8ea6-26fd-11df-bfd4-992fa37f6226
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| char_test.cpp | Loading commit data... | |
| comment_test.cpp | Loading commit data... | |
| identifier_test.cpp | Loading commit data... | |
| input_test.cpp | Loading commit data... | |
| location_test.cpp | Loading commit data... | |
| number_test.cpp | Loading commit data... | |
| operator_test.cpp | Loading commit data... | |
| space_test.cpp | Loading commit data... | |
| token_test.cpp | Loading commit data... |