Skip to content

Commit 76eceb0

Browse files
authored
Merge pull request swiftlang#15976 from harlanhaskins/its-just-semantics
2 parents b0a6fe8 + 646bba1 commit 76eceb0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/Lexicon.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,10 @@ source code, tests, and commit messages. See also the `LLVM lexicon`_.
339339

340340
script mode
341341
The parsing mode that allows top-level imperative code in a source file.
342+
343+
Sema
344+
Short for 'Semantic Analysis', the compiler pass that performs type checking,
345+
validation, and expression rewriting before SILGen.
342346

343347
SIL
344348
"Swift Intermediate Language". A high-level IR used by the Swift compiler

0 commit comments

Comments
 (0)