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
Copy file name to clipboardExpand all lines: org.metaborg.spoofax.shell.core/src/main/java/org/metaborg/spoofax/shell/core/ClassPathInterpreterLoader.java
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,10 @@
15
15
importcom.oracle.truffle.api.vm.PolyglotEngine;
16
16
17
17
/**
18
-
* Loads an interpreter from a jar archive.
18
+
* Loads an interpreter that is present in the class path. This {@link IInterpreterLoader} uses
19
+
* reflection to load the generated {@link DynSemEntryPoint} and {@link DynSemLanguage} subclasses.
20
+
* It instantiates a {@link PolyglotEngine} with the {@link NonParser} that is provided, by using
21
+
* the supported {@link DynSemLanguage#PARSER configuration parameter}.
0 commit comments