6 lines
93 B
Plaintext
6 lines
93 B
Plaintext
static box AST {
|
|
// scaffold for future AST node constructors
|
|
main(args) { return 0 }
|
|
}
|
|
|