mirror of
https://github.com/AdaCore/langkit.git
synced 2026-02-12 12:28:12 -08:00
For tokens matched by literals only (like keywords), only compare the kind. For `@symbol` tokens (generally matched by patterns), also compare the symbol. For all the other tokens, keep comparing the actual token text.
6 lines
60 B
Plaintext
6 lines
60 B
Plaintext
var c := 2;
|
|
var x := 0;
|
|
var y := 0;
|
|
var z := 0;
|
|
var a := 0;
|