добавил функциональный тип
parent
ebf1922c90
commit
f7eea4af7a
|
@ -271,8 +271,12 @@ string_types:
|
|||
STRING { }
|
||||
;
|
||||
|
||||
func_types:
|
||||
FUNC LPAREN RPAREN return_type
|
||||
|
||||
type:
|
||||
int_types { }
|
||||
| func_types { }
|
||||
| string_types { }
|
||||
| float_types { }
|
||||
| complex_types { }
|
||||
|
|
Loading…
Reference in New Issue