You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parse grammar that emits an ANTLR Abstract Syntax Tree. Syntax warnings and errors are caught in this step.
14
+
15
+
Used by OpenBEL Framework 2.0 / 3.0. See https://github.com/OpenBEL/openbel-framework/blob/experimental/org.openbel.framework.common/src/main/java/org/openbel/framework/common/bel/parser/BELParser.java[BELParser.java].
14
16
15
17
BELScriptWalker.g
16
18
^^^^^^^^^^^^^^^^^
17
19
18
-
Grammar used by the legacy Java BEL Framework.
20
+
Walks the AST and transforms into BEL Java Objects (org.openbel.framework.common.model package).
21
+
22
+
Used by OpenBEL Framework 2.0 / 3.0. See https://github.com/OpenBEL/openbel-framework/blob/experimental/org.openbel.framework.common/src/main/java/org/openbel/framework/common/bel/parser/BELParser.java[BELParser.java].
19
23
20
24
BELScriptWalker_v1.g
21
25
^^^^^^^^^^^^^^^^^^^^
@@ -40,5 +44,6 @@ _Not used_
40
44
BELStatement.g
41
45
^^^^^^^^^^^^^^
42
46
43
-
_Not used_
47
+
Parses a BEL Statement into a BELStatement Java Object (org.openbel.framework.common.model.BELStatement).
44
48
49
+
Used by OpenBEL Framework 2.0 / 3.0. See https://github.com/OpenBEL/openbel-framework/blob/experimental/org.openbel.framework.common/src/main/java/org/openbel/framework/common/bel/parser/BELParser.java[BELParser.java].
0 commit comments