mirror of
https://github.com/AdaCore/langkit.git
synced 2026-02-12 12:28:12 -08:00
7 lines
130 B
Python
7 lines
130 B
Python
import libfoolang as lfl
|
|
|
|
|
|
ctx = lfl.AnalysisContext()
|
|
u = ctx.get_from_buffer("test", "example")
|
|
print(u.root.p_example_holders)
|