You've already forked libadalang
mirror of
https://github.com/AdaCore/libadalang.git
synced 2026-02-12 12:28:54 -08:00
Move most of "ada/*" to the root directory (this makes sense, as this repository has been dedicated to Libadalang for years), and rename "ada/language" to "ada". TN: T914-010
8 lines
262 B
Plaintext
8 lines
262 B
Plaintext
1. Parsing using buffer 1
|
|
WithClause: has_limited = <LimitedPresent foo.adb:2:1-2:8>
|
|
2. Parsing using buffer 2
|
|
WithClause: has_limited = <LimitedAbsent foo.adb:1:1-1:1>
|
|
3. Reparsing using buffer 1
|
|
WithClause: has_limited = <LimitedPresent foo.adb:2:1-2:8>
|
|
Done.
|