mirror of
				https://github.com/eledio-devices/thirdparty-tinyexpr.git
				synced 2025-10-31 00:32:38 +01:00 
			
		
		
		
	Bug fix in list grammar.
This commit is contained in:
		| @@ -361,7 +361,7 @@ static te_expr *list(state *s) { | ||||
|  | ||||
|     while (s->type == TOK_SEP) { | ||||
|         next_token(s); | ||||
|         ret = new_expr(TE_FUNCTION2, ret, term(s)); | ||||
|         ret = new_expr(TE_FUNCTION2, ret, expr(s)); | ||||
|         ret->f2 = comma; | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user