de.bottlecaps.markup.blitz.grammar.Term Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of markup-blitz Show documentation
Show all versions of markup-blitz Show documentation
Markup Blitz Parser Generator
// Copyright (c) 2023-2024 Gunther Rademacher. Provided under the Apache 2 License.
package de.bottlecaps.markup.blitz.grammar;
public abstract class Term extends Node {
public static final Term START = new Nonterminal(Mark.DELETE, null, null);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy