@@ -356,12 +356,6 @@ def run_func(self, func_node):
356
356
rhs2 = rhs1 .next if rhs1 .next is not None else None
357
357
358
358
def create_quote_node (node , list_flag = False ):
359
- """
360
- "Quote 占쏙옙躍?占쏙옙占쏙옙占쏙옙 占쏙옙, node占쏙옙 next占쏙옙 占싹울옙 占쏙옙환"
361
- "list_flag占쏙옙 True占쏙옙 占쏙옙占? list node占쏙옙 占쏙옙占쏙옙占쏙옙 占쏙옙, list占쏙옙 value占쏙옙 占쌉력뱄옙占쏙옙 node占쏙옙 占쏙옙占쏙옙占싹곤옙"
362
- "Quote占쏙옙 next占쏙옙 占쏙옙占썩서 占쏙옙占쏙옙占쏙옙 list占쏙옙 占쏙옙占쏙옙占쏙옙"
363
- "占쏙옙占쏙옙 占쏙옙占쏙옙占쏙옙 占쏙옙占썩서 占쏙옙占쏙옙占쏙옙 quote占쏙옙躍?value占쏙옙 占쏙옙占쏙옙 List"
364
- """
365
359
q_node = Node (TokenType .QUOTE )
366
360
if list_flag :
367
361
inner_l_node = Node (TokenType .LIST , node )
@@ -372,15 +366,13 @@ def create_quote_node(node, list_flag = False):
372
366
return l_node
373
367
374
368
def is_quote_list (node ):
375
- "Quote占쏙옙 next占쏙옙 list占쏙옙占쏙옙 확占쏙옙"
376
369
if node .type is TokenType .LIST :
377
370
if node .value .type is TokenType .QUOTE :
378
371
if node .value .next .type is TokenType .LIST :
379
372
return True
380
373
return False
381
374
382
375
def pop_node_from_quote_list (node ):
383
- "Quote list占쏙옙占쏙옙 quote占쏙옙 占쏙옙占쏙옙퓸占?占쌍댐옙 list占쏙옙占쏙옙占?value占쏙옙 占쏙옙占쏙옙占쏙옙"
384
376
if not is_quote_list (node ):
385
377
return node
386
378
@@ -390,7 +382,6 @@ def insertTable(id,value) :
390
382
my_dict [id ] = value
391
383
392
384
def list_is_null (node ):
393
- "占쌉력뱄옙占쏙옙 node占쏙옙 null list占쏙옙占쏙옙 확占쏙옙占쏙옙"
394
385
node = pop_node_from_quote_list (node )
395
386
if node is None :
396
387
return True
@@ -512,8 +503,8 @@ def list_is_null(node):
512
503
#if len(lambda_argument) is 0 :
513
504
lambda_check = True
514
505
515
- lambda_argument .append (rhs1 ) # 占쏙옙占쏙옙 占쏙옙占싸듸옙占쏙옙 占쏙옙占쏙옙트 占쏙옙占쏙옙占쏙옙 占쏙옙占싸분몌옙 占쏙옙占쏙옙占?#占식띰옙占쏙옙占?占쏙옙占쏙옙
516
-
506
+ lambda_argument .append (rhs1 )
507
+
517
508
while 1 :
518
509
expr_rhs2 = self .run_expr (rhs2 )
519
510
0 commit comments