module documentation

Semantic analyzer test cases

Class SemAnalErrorSuite Undocumented
Class SemAnalSuite Undocumented
Class SemAnalSymtableSuite No class docstring; 0/2 class variable, 1/1 method documented
Class SemAnalTypeInfoSuite No class docstring; 0/2 class variable, 1/1 method documented
Class TypeInfoMap Undocumented
Function get_semanal_options Undocumented
Function test_semanal Perform a semantic analysis test case.
Function test_semanal_error Perform a test case.
Variable semanal_files Undocumented
def get_semanal_options(program_text: str, testcase: DataDrivenTestCase) -> Options: (source)

Undocumented

def test_semanal(testcase: DataDrivenTestCase): (source)

Perform a semantic analysis test case. The testcase argument contains a description of the test case (inputs and output).

def test_semanal_error(testcase: DataDrivenTestCase): (source)

Perform a test case.

semanal_files = (source)

Undocumented