Skip to content

Commit fcce5c7

Browse files
authored
Replace dead links to ANTLR parser grammar (#973)
1 parent 52a86d3 commit fcce5c7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/modules/language-reference/pages/index.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

54525451
To 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

0 commit comments

Comments
 (0)