Making GLSL AST nodes while preserving lineno info

Eventually we will need some way to locate an identifier's
definition, so add "lineno" to each AST node.  May want to
change this to "position" later.  The makeAstNode<T>() function
takes care of automatically decorating nodes with line numbers.
This commit is contained in:
Rhys Weatherley
2010-11-12 09:53:08 +10:00
parent 73d570c83a
commit 73f77a0b8e
4 changed files with 417 additions and 332 deletions

File diff suppressed because it is too large Load Diff