This commit is contained in:
Vitor Santos Costa
2018-01-29 15:24:32 +00:00
parent eb9cc69bfb
commit aaadd51309
11 changed files with 471 additions and 124 deletions

View File

@@ -61,7 +61,7 @@ class YAPInputSplitter(InputSplitter):
def __init__(self, line_input_checker=True, physical_line_transforms=None,
logical_line_transforms=None):
self._buffer_raw = []
v self._validate = True
self._validate = True
self.yapeng = None
if physical_line_transforms is not None:
@@ -551,7 +551,7 @@ class YAPRun:
# variable names should match strings
#for eq in vs:
# if not isinstance(eq[0],str):x
xf # print( "Error: Variable Name matches a Python Symbol")
# print( "Error: Variable Name matches a Python Symbol")
# return
# ask = True
# launch the query
@@ -677,7 +677,7 @@ xf # print( "Error: Variable Name matches a Python Symbol")
# preprocessing_exc_tuple = sys.exc_info()
e for i in self.syntaxErrors(raw_cell):
for i in self.syntaxErrors(raw_cell):
try:
(what,lin,_,text) = i
e = SyntaxError(what, ("<string>", lin, 1, text))