This website requires JavaScript.
Explore
Help
Sign in
language-servers
/
erg
Watch
1
Star
0
Fork
You've already forked erg
0
mirror of
https://github.com/erg-lang/erg.git
synced
2025-09-29 04:24:43 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
bcd4e4deb7
erg
/
doc
/
JA
/
compiler
/
TODO_warn.md
GreasySlug
d9bcf8032a
Doc: translate En to Ja in other than "syntax"
2022-09-18 13:14:17 +09:00
755 B
Raw
Blame
History
warnings (未実装)
t = {(record type)}
=>
T = {(record type)}
? (only types defined as constants can be used for type specification)
{I: Int | ...}!
=>
{I: Int! | ...}
return x
(
x != ()
) in for/while block =>
f::return
(outer block)?