summaryrefslogtreecommitdiff
path: root/source/slang/parser.cpp
AgeCommit message (Expand)Author
2017-10-12Work towards target-specific function overloads (#210)Tim Foley
2017-10-09Parser: fix precedence of cast expressions (#203)Tim Foley
2017-09-27First attempt at a Linux build (#193)Tim Foley
2017-09-11Support IR-based codegen for a few more examples.Tim Foley
2017-09-07Replace old notion of "intrinsic" operationsTim Foley
2017-09-06Continue work on IR-based codegenTim Foley
2017-09-05Move implicit conversion operations to stdlibTim Foley
2017-08-25Fixup: handle splice of multiple modifiersTim Foley
2017-08-25Fix some resources-in-structs bugsTim Foley
2017-08-14Add an explicit `Name` typeTim Foley
2017-08-14Rename `Name` fields to `name`Tim Foley
2017-08-12Data-driven parsing of modifiersTim Foley
2017-08-11Look up declaration keywords using ordinary scoping.Tim Foley
2017-08-10Make source location lightweightTim Foley
2017-08-09Major naming overhaul:Tim Foley
2017-08-07Remove uses of global variablesTim Foley
2017-07-19Try to improve handling of failures during compilationTim Foley
2017-07-19Fix up translation of `GetDimensions()`Tim Foley
2017-07-19Fixes for how parameter block names are set up.Tim Foley
2017-07-18Add a compile-time loop construct to SlangTim Foley
2017-07-14Add reflection support for GLSL thread-group-size modifierTim Foley
2017-07-14Don't assign a `binding` to a `push_constant` bufferTim Foley
2017-07-12Add ability for intrinsics to require GLSL extensionsTim Foley
2017-07-11Make parser recovering more robust to avoid infinite loopsTim Foley
2017-07-08Add back `UnparsedStmt`Tim Foley
2017-07-08Differentiate HLSL `for` loops in ASTTim Foley
2017-07-08Revise how hidden implicit casts are recognized.Tim Foley
2017-07-08Fully parse function bodies, even in "rewriter" modeTim Foley
2017-07-06Start to support cross-compilation via "lowering" passTim Foley
2017-06-29Overhaul `RefPtr` and `String`Tim Foley
2017-06-28Store integer literals at high precision in ASTTim Foley
2017-06-28Actually respect suffixes on numeric literals.Tim Foley
2017-06-28Rename literal tokens.Tim Foley
2017-06-27Allow "dotted" import pathsTim Foley
2017-06-27Allow for re-export of an `import` declarationTim Foley
2017-06-26Fix parsing of string literals.Tim Foley
2017-06-26Replace "auto-import" with `#import`Tim Foley
2017-06-21Support texture `Gather*()` operationsTim Foley
2017-06-20Add a useful source location to `typedef` declarationsTim Foley
2017-06-20Overhaul handling of entry points and translation units.Tim Foley
2017-06-19Make sure that semantic checks always apply to Slang filesTim Foley
2017-06-19Allow for automatic importing of Slang codeTim Foley
2017-06-16Bug fix: handle unchecked operator application in emit logicTim Foley
2017-06-15Replace `DeclRef` approachTim Foley
2017-06-15Rename `Slang::Compiler` -> `Slang`Tim Foley
2017-06-15Add basic support for `interface` declarationsTim Foley
2017-06-13First pass at support for cross-compilationTim Foley
2017-06-09Initial import of code.Tim Foley