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