mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 03:32:28 +00:00 
			
		
		
		
	js
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									b633947762
								
							
						
					
					
						commit
						04b0b3690d
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -102,9 +102,8 @@ for (let file of files) { | |||
|         break; | ||||
|       } | ||||
|       let kind = match.groups.kind; | ||||
|       if (kind == 'fnptr') kind = 'in_array' | ||||
|       if (kind === 'inout_array') kind = 'in_array'; // https://github.com/Z3Prover/z3/discussions/5761
 | ||||
|       if (kind === 'in' || kind === 'out') { | ||||
|       if (kind === 'in' || kind === 'out' || kind == 'fnptr') { | ||||
|         ({ text, match } = expect(text, /^[A-Za-z0-9_]+/)); | ||||
|         parsedParams.push({ kind, type: match[0] }); | ||||
|       } else { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue