Tachi67 commited on
Commit
016803b
·
1 Parent(s): fcdf91d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Table of Contents
2
 
3
  * [InterpreterAtomicFlow](#InterpreterAtomicFlow)
 
1
+ InterpreterFlow provides code interpreters to run code given the language of code and the code content. It returns the execution results of the code.
2
+
3
+ code, language_of_code -> InterpreterFlow -> execution results
4
+
5
+ *Expected Input*:
6
+ - `code`
7
+ - `language_of_code`
8
+
9
+ *Expected Output*:
10
+ - `interpreter_output`: output of the code interpreter
11
+
12
+
13
  # Table of Contents
14
 
15
  * [InterpreterAtomicFlow](#InterpreterAtomicFlow)