org.aya.concrete.parse.package-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.md file.
/**
* This should be the only package that can access the antlr4 runtime.
* The parser
module is supposed to be used only in this package.
*/
package org.aya.concrete.parse;