Jikka-5.6.0.0: A transpiler from Python to C++ for competitive programming
Safe HaskellNone
LanguageHaskell2010

Jikka.RestrictedPython.Language.VariableAnalysis

Synopsis

Documentation

analyzeStatementMax :: Statement -> (ReadList, WriteList) Source #

analyzeStatementMax returns lists of variables which are possibly read or written in given statements.

analyzeStatementMin :: Statement -> (ReadList, WriteList) Source #

analyzeStatementMin returns lists of variables which are always read or written in given statements.