generated from rnentjes/kotlin-server-web-undertow
Refactor: Restructure project package hierarchy and add initial implementation for assembler instructions, shell commands, and exception handling.
This commit is contained in:
7
src/jvmMain/kotlin/mtmc/lang/sea/ast/SyntaxError.java
Normal file
7
src/jvmMain/kotlin/mtmc/lang/sea/ast/SyntaxError.java
Normal file
@@ -0,0 +1,7 @@
|
||||
package mtmc.lang.sea.ast;
|
||||
|
||||
import mtmc.lang.ParseException;
|
||||
|
||||
public interface SyntaxError extends Error {
|
||||
ParseException exception();
|
||||
}
|
||||
Reference in New Issue
Block a user