r.parser.0.16.source-code.module-info Maven / Gradle / Ivy
// Copyright (c) 2020-2021 Yinsen (Tesla) Zhang.
// Use of this source code is governed by the MIT license that can be found in the LICENSE file.
module org.aya.parser {
requires org.antlr.antlr4.runtime;
exports org.aya.parser;
}