mirror of
https://github.com/apple/pkl.git
synced 2026-03-21 16:49:13 +01:00
Replace ANTLR with hand-rolled parser (#917)
Co-authored-by: Kushal Pisavadia <kushi.p@gmail.com> Co-authored-by: Daniel Chao <daniel.h.chao@gmail.com>
This commit is contained in:
@@ -3196,7 +3196,6 @@ This section discusses language features that are generally more relevant to tem
|
||||
<<glob-patterns,Glob Patterns>> +
|
||||
<<doc-comments,Doc Comments>> +
|
||||
<<name-resolution,Name Resolution>> +
|
||||
<<grammar-definition,Grammar Definition>> +
|
||||
<<reserved-keywords,Reserved Keywords>> +
|
||||
<<blank-identifiers,Blank Identifiers>> +
|
||||
<<projects,Projects>> +
|
||||
@@ -5274,11 +5273,6 @@ For example, the prototype chain of value `42` contains, now listed from top to
|
||||
|
||||
A prototype chain never contains a non-object value, such as `42`.
|
||||
|
||||
[[grammar-definition]]
|
||||
=== Grammar Definition
|
||||
|
||||
Pkl's link:{uri-antlr4}[ANTLR 4] grammar is defined in link:{uri-github-PklLexer}[PklLexer.g4] and link:{uri-github-PklParser}[PklParser.g4].
|
||||
|
||||
[[reserved-keywords]]
|
||||
=== Reserved keywords
|
||||
|
||||
|
||||
Reference in New Issue
Block a user