This website requires JavaScript.
Explore
Help
Sign in
language-servers
/
roc
Watch
1
Star
0
Fork
You've already forked roc
0
mirror of
https://github.com/roc-lang/roc.git
synced
2025-07-22 22:15:02 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
7
migrate-parser
roc
/
crates
/
compiler
/
test_syntax
/
tests
/
snapshots
/
pass
/
nested_if.expr.migrated.roc
Joshua Warner
109cb93b20
Implement a migration to new braces syntax and add migrate tests
2025-02-16 20:37:28 -08:00
10 lines
54 B
Text
Raw
Permalink
Blame
History
if t1 {
1
}else if t2 {
2
} else {
3
}
Reference in a new issue
View git blame
Copy permalink