Skip to content

Commit 47a0d4b

Browse files
committed
more explicit mentioning of QLL files
1 parent ba51ded commit 47a0d4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/codeql/ql-language-reference/ql-language-specification.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,21 +186,21 @@ A QL module definition has the following syntax:
186186

187187
A module definition extends the current module's declared module environment with a mapping from the module name to the module definition.
188188

189-
QL files consist of simply a module body without a name and surrounding braces:
189+
QL files and QLL files consist of simply a module body without a name and surrounding braces:
190190

191191
::
192192

193193
ql ::= moduleBody
194194

195-
QL files define a module corresponding to the file, whose name is the same as the filename.
195+
QL files and QLL files define a module corresponding to the file, whose name is the same as the filename.
196196

197197
Kinds of modules
198198
~~~~~~~~~~~~~~~~
199199

200200
A module may be:
201201

202-
- A *file module*, if it is defined implicitly by a QL file.
203-
- A *query module*, if it is defined by a QL file.
202+
- A *file module*, if it is defined implicitly by a QL file or a QLL file.
203+
- A *query module*, if it is defined implicitly by a QL file.
204204
- A *library module*, if it is not a query module.
205205

206206
A query module must contain one or more queries.

0 commit comments

Comments
 (0)