Skip to content
Snippets Groups Projects
meta.xml 588 B
<?xml version="1.0" encoding="utf-8"?>
<task subatoId="669" lang="Java" attempts="5" trackingId="22380468-a69f-4f1c-b808-ef39dc7c319d">
  <name>Interpreter einer While-Sprache</name>
  <evaluator>java@java19</evaluator>
  <description>Ein kleiner Interpreter über Ausdrücke, die als Record-Objekte vorliegen</description>
  <files>
    <file public="true" type="template" path="name/panitz/Interpreter.java"/>
    <file public="false" type="solution" path="name/panitz/Interpreter.java"/>
    <file public="false" type="test" path="name/panitz/InterpreterTest.java"/>
  </files>
</task>