Skip to content
Snippets Groups Projects
Commit 84766895 authored by pycsham's avatar pycsham
Browse files

modified joosc.py file. 48/60 on marmo

parent a5dfc24b
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ from os.path import isfile, join
from Scanning import scan
from Parsing import parse
from AstBuilding import astBuild, buildEnvAndLink, disamiguateAndTypeChecking
from AstBuilding import astBuild, buildEnvAndLink, disamiguateAndTypeChecking, reachabilityChecking
import Weeding
......@@ -60,6 +60,11 @@ def main():
except Exception as e:
return 42
try:
reachabilityChecking(ASTs)
except Exception as e:
return 42
return 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment