aboutsummaryrefslogtreecommitdiff
path: root/hlsl/hlslScanContext.h
AgeCommit message (Expand)Author
2018-08-07Remove execute permissionsotakuto
2017-03-21HLSL: Non-functional: the symbol field of a token was in practice unused; rem...John Kessenich
2017-03-14Merge branch 'TiemoJung-semantic_handling'John Kessenich
2017-03-09HLSL: Accept SV_Cull/ClipDistanceN, by refactoring the way semantics are mapped.John Kessenich
2017-01-06Non-functional: White space after "//", mostly for copyrights.John Kessenich
2016-06-12HLSL: Implement basic "struct" grammar.John Kessenich
2016-06-09HLSL: Implement proper nesting of symbol-table scopes and identifier searching.John Kessenich
2016-06-03HLSL: 1) Implement lookahead buffers/stacks for token advance/recede, 2) use ...John Kessenich
2016-03-14HLSL: Abstract accepting an identifier.John Kessenich
2016-03-12HLSL: Plumb in HLSL parse context and keywords, and most basic HLSL parser an...John Kessenich