This website requires JavaScript.
Explore
Help
Register
Sign In
retoor
/
wren
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
864210978b0111e5418a59d98a115873c135953f
wren
/
test
/
language
/
function
/
no_newline_before_close.wren
T
2 lines
43 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: unify block, function, and method body parsing to support single-expression implicit returns
2014-04-03 14:48:19 +00:00
new Fn {
refactor: move newline handling from lexer into parser grammar rules
2014-04-04 14:51:18 +00:00
IO.print("ok") } // expect error
Reference in New Issue
Copy Permalink