Skip to content

Commit 1d55136

Browse files
author
Guy Repta
committed
kernel/src/main/java/org/kframework/parser/InputModes.java: Added InputModes enum for kast --input <mode>
1 parent f698e81 commit 1d55136

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// Copyright (c) 2019 K Team. All Rights Reserved.
2+
package org.kframework.parser;
3+
4+
public enum InputModes {
5+
PROGRAM, JSON;
6+
}

0 commit comments

Comments
 (0)