Skip to content

Commit

Permalink
docs: add note to README about slang allowing omitting trailing ;
Browse files Browse the repository at this point in the history
  • Loading branch information
theHamsta committed Nov 19, 2023
1 parent 7daecd9 commit 4015ace
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ Work in progress...
Limitations/TODOs:

- [ ] ambiguity between HLSL semantics and Slang type hints
- [ ] extensions/interfaces are not accepted without terminating `;` (like for classes/structs in C++)
- [ ] extensions/interfaces are not accepted without terminating `;`, like for classes/structs in C++, but

Slang allows for a trailing semicolon (;) on struct declarations, but does not require it.

0 comments on commit 4015ace

Please sign in to comment.