Files
hakorune/apps/selfhost/compiler/parser/parser.nyash

6 lines
89 B
Plaintext

static box Parser {
// scaffold for future implementation
main(args) { return 0 }
}