mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 18:58:30 +00:00
Add d.er
syntax
This commit is contained in:
parent
aacad4fc8e
commit
4d6c7f7590
12 changed files with 295 additions and 15 deletions
2
examples/declare.py
Normal file
2
examples/declare.py
Normal file
|
@ -0,0 +1,2 @@
|
|||
x = 0
|
||||
def f(x: int) -> int: return x + 1
|
Loading…
Add table
Add a link
Reference in a new issue