mirror of
https://github.com/AdaCore/gpr.git
synced 2026-02-12 12:58:39 -08:00
11 lines
151 B
Plaintext
11 lines
151 B
Plaintext
import parser
|
|
import decl
|
|
import types
|
|
import exprs
|
|
import bodies
|
|
|
|
@abstract
|
|
@generic_list_type("BaseList")
|
|
class GprNode implements Node[GprNode] {
|
|
}
|