This website requires JavaScript.
Explore
Help
Sign In
github
/
semantic
Watch
1
Star
1
Fork
0
You've already forked semantic
mirror of
https://github.com/github/semantic.git
synced
2024-12-29 01:42:43 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
9f2119c1d9
semantic
/
semantic-python
/
test
/
fixtures
/
2-01-return-statement.py
4 lines
82 B
Python
Raw
Normal View
History
Unescape
Escape
Use compileCC to build a record of toplevel bindings.
2019-09-23 18:56:40 +03:00
# CHECK-TREE: { foo <- (\a -> a); #record { foo: foo } }
Add test cases for translating early returns.
2019-09-11 18:43:11 +03:00
def
foo
(
a
)
:
return
a
Reference in New Issue
Copy Permalink