All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy