File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
docs/modules/language-reference/pages Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ include::ROOT:partial$component-attributes.adoc[]
77:uri-double-precision: https://en.wikipedia.org/wiki/Double-precision_floating-point_format
88:uri-progressive-disclosure: https://en.wikipedia.org/wiki/Progressive_disclosure
99:uri-javadoc-Pattern: https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html
10- :uri-github-PklLexer: {uri-github-tree}/pkl-core/src/main/antlr/PklLexer.g4
11- :uri-github-PklParser: {uri-github-tree}/pkl-core/src/main/antlr/PklParser.g4
10+ :uri-github-PklLexer: {uri-github-tree}/pkl-core/src/main/java/org/pkl/core/parser/Lexer.java
1211:uri-pkl-core-ModuleSchema: {uri-pkl-core-main-sources}/ModuleSchema.java
1312:uri-pkl-core-SecurityManager: {uri-pkl-core-main-sources}/SecurityManager.java
1413:uri-pkl-core-ResourceReader: {uri-pkl-core-main-sources}/resource/ResourceReader.java
@@ -5451,7 +5450,7 @@ They cannot be used as a regular identifier, and currently do not have any meani
54515450
54525451To use these names in an identifier, <<quoted-identifiers, surround them with backticks>>.
54535452
5454- For a complete list of keywords, consult link: {uri-github-PklLexer}[PklLexer.g4 ].
5453+ For a complete list of keywords, consult field `Lexer.KEYWORDS` in {uri-github-PklLexer}[Lexer.java ].
54555454
54565455[[blank-identifiers]]
54575456=== Blank Identifiers
You can’t perform that action at this time.
0 commit comments