code_runner library

Functions

clearVars() → void
Clears all vars that can be used while code runing
runBlock(int start, int end, int newIndent) → void
Runs some specific block of code
runCode(List<String> strs) Future<void>
Runs specified lines of code. It includes parsing, analysis, preprocessing and execution