mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-12-15 18:21:05 +00:00
larry babby and threejs for glsl
This commit is contained in:
47
webGl/my-threejs-test/node_modules/glsl-tokenizer/lib/operators.js
generated
vendored
Normal file
47
webGl/my-threejs-test/node_modules/glsl-tokenizer/lib/operators.js
generated
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
module.exports = [
|
||||
'<<='
|
||||
, '>>='
|
||||
, '++'
|
||||
, '--'
|
||||
, '<<'
|
||||
, '>>'
|
||||
, '<='
|
||||
, '>='
|
||||
, '=='
|
||||
, '!='
|
||||
, '&&'
|
||||
, '||'
|
||||
, '+='
|
||||
, '-='
|
||||
, '*='
|
||||
, '/='
|
||||
, '%='
|
||||
, '&='
|
||||
, '^^'
|
||||
, '^='
|
||||
, '|='
|
||||
, '('
|
||||
, ')'
|
||||
, '['
|
||||
, ']'
|
||||
, '.'
|
||||
, '!'
|
||||
, '~'
|
||||
, '*'
|
||||
, '/'
|
||||
, '%'
|
||||
, '+'
|
||||
, '-'
|
||||
, '<'
|
||||
, '>'
|
||||
, '&'
|
||||
, '^'
|
||||
, '|'
|
||||
, '?'
|
||||
, ':'
|
||||
, '='
|
||||
, ','
|
||||
, ';'
|
||||
, '{'
|
||||
, '}'
|
||||
]
|
||||
Reference in New Issue
Block a user