Add d.er syntax

This commit is contained in:
Shunsuke Shibayama 2022-09-26 21:49:33 +09:00
parent aacad4fc8e
commit 4d6c7f7590
12 changed files with 295 additions and 15 deletions

2
examples/declare.py Normal file
View file

@ -0,0 +1,2 @@
x = 0
def f(x: int) -> int: return x + 1