]> gerrit.simantics Code Review - simantics/platform.git/commit
(refs #7245) The first version of decompiler for SCL compilations 64/564/2
authorHannu Niemistö <hannu.niemisto@semantum.fi>
Mon, 29 May 2017 09:23:24 +0000 (12:23 +0300)
committerHannu Niemistö <hannu.niemisto@semantum.fi>
Mon, 29 May 2017 09:55:40 +0000 (12:55 +0300)
commitceb7e16b90ce8ab7570b1dd905d2e14e6ceea9b2
treedecadfc057432d4e47ac2e3203061f2aa57718fc
parent043ed4538f5bdc16d299bc40c2dd8285a3120f9b
(refs #7245) The first version of decompiler for SCL compilations

It is intentional that the new fragment
org.simantics.scl.compiler.decompiler is not added to the module
listings in bundles/pom.xml, because currently this feature is intended
only for development purposes.

Change-Id: Iff184f783c1a924ff00823486b4c13aa957ca184
12 files changed:
bundles/org.simantics.scl.compiler.decompiler/.classpath [new file with mode: 0644]
bundles/org.simantics.scl.compiler.decompiler/.project [new file with mode: 0644]
bundles/org.simantics.scl.compiler.decompiler/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
bundles/org.simantics.scl.compiler.decompiler/META-INF/MANIFEST.MF [new file with mode: 0644]
bundles/org.simantics.scl.compiler.decompiler/build.properties [new file with mode: 0644]
bundles/org.simantics.scl.compiler.decompiler/src/org/simantics/scl/compiler/internal/decompiler/impl/DecompilerImpl.java [new file with mode: 0644]
bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/internal/decompilation/DecompilerFactory.java [new file with mode: 0644]
bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/internal/decompilation/IDecompiler.java [new file with mode: 0644]
bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/runtime/ExpressionClassLoader.java
bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/runtime/MutableClassLoader.java
bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/runtime/RuntimeModule.java
bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/top/SCLCompilerConfiguration.java